summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
AgeCommit message (Expand)Author
2010-02-22Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.Matthieu Moy
2010-02-08Revert "pack-objects: fix pack generation when using pack_size_limit"Nicolas Pitre
2010-02-04make --max-pack-size argument to 'git pack-object' count in bytesNicolas Pitre
2010-02-04pack-objects: fix pack generation when using pack_size_limitNicolas Pitre
2010-01-31Make NO_PTHREADS the sole thread configuration variableDan McGee
2010-01-22make "index-pack" a built-inLinus Torvalds
2010-01-21Merge branch 'jc/conflict-marker-size'Junio C Hamano
2010-01-17git_attr(): fix function signatureJunio C Hamano
2010-01-17MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski
2009-11-24Merge branch 'maint'Junio C Hamano
2009-11-24pack-objects: split implications of --all-progress from progress activationNicolas Pitre
2009-11-06pack-objects: move thread autodetection closer to relevant codeNicolas Pitre
2009-09-19pack-objects: remove SP at the end of usage stringThiago Farina
2009-09-07Merge branch 'np/maint-1.6.3-deepen'Junio C Hamano
2009-09-06pack-objects: free preferred base memory after usageNicolas Pitre
2009-09-01builtin-pack-objects.c: avoid vlaJunio C Hamano
2009-09-01Style fixes, add a space after if/for/while.Brian Gianforcaro
2009-08-22Merge branch 'cc/replace'Junio C Hamano
2009-08-06don't let the delta cache grow unbounded in 'git repack'Nicolas Pitre
2009-07-25Merge branch 'js/maint-graft-unhide-true-parents'Junio C Hamano
2009-07-24git repack: keep commits hidden by a graftJohannes Schindelin
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-06-18Fix big left-shifts of unsigned charLinus Torvalds
2009-06-01environment: add global variable to disable replacementChristian Couder
2009-04-23Fix typos / spelling in commentsMike Ralphson
2009-04-18Merge branch 'lt/pack-object-memuse'Junio C Hamano
2009-04-13show_object(): push path_name() call further downLinus Torvalds
2009-04-13process_{tree,blob}: show objects without bufferingLinus Torvalds
2009-04-12Merge branch 'cc/bisect-filter'Junio C Hamano
2009-04-12Merge branch 'maint'Junio C Hamano
2009-04-12Merge branch 'maint-1.6.1' into maintJunio C Hamano
2009-04-12Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano
2009-04-12process_{tree,blob}: Remove useless xstrdup callsLinus Torvalds
2009-04-12Update delta compression message to be less misleadingDan McGee
2009-04-09Merge branch 'jc/maint-1.6.0-keep-pack' into maintJunio C Hamano
2009-04-08list-objects: add "void *data" parameter to show functionsChristian Couder
2009-04-02Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano
2009-03-25Merge branch 'maint'Junio C Hamano
2009-03-24Merge branch 'maint-1.6.1' into maintJunio C Hamano
2009-03-24Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano
2009-03-24avoid possible overflow in delta size filtering computationNicolas Pitre
2009-03-22Merge branch 'jc/maint-1.6.0-pack-directory' into maint-1.6.1Junio C Hamano
2009-03-22pack-objects: don't loosen objects available in alternate or kept packsBrandon Casey
2009-03-20Remove --kept-pack-only option and associated infrastructureBrandon Casey
2009-03-20pack-objects: only repack or loosen objects residing in "local" packsBrandon Casey
2009-03-11Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano
2009-02-28is_kept_pack(): final clean-upJunio C Hamano
2009-02-28Simplify is_kept_pack()Junio C Hamano
2009-02-28Consolidate ignore_packed logic moreJunio C Hamano