aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/pack-objects.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-19pack-objects: turn off bitmaps when we split packsJeff King1-0/+1
2014-10-19pack-objects: double-check options before discarding objectsJeff King1-0/+2
2014-10-19repack: pack objects mentioned by the indexJeff King1-0/+8
2014-10-19pack-objects: use argv_arrayJeff King1-10/+10
2014-10-16pack-objects: match prune logic for discarding objectsJeff King1-0/+39
2014-10-16pack-objects: refactor unpack-unreachable expiration checkJeff King1-5/+12
2014-10-13pack-objects: set number of threads before checking and warningJunio C Hamano1-2/+4
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe1-2/+1
2014-08-26Merge branch 'jk/pack-shallow-always-without-bitmap'Junio C Hamano1-0/+1
2014-08-12pack-objects: turn off bitmaps when we see --shallow linesJeff King1-0/+1
2014-06-25Merge branch 'jk/repack-pack-writebitmaps-config'Junio C Hamano1-4/+0
2014-06-10pack-objects: stop respecting pack.writebitmapsJeff King1-4/+0
2014-04-08Merge branch 'jk/pack-bitmap'Junio C Hamano1-1/+12
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano1-1/+1
2014-04-04pack-objects: do not reuse packfiles without --delta-base-offsetJeff King1-1/+12
2014-03-31comments: fix misuses of "nor"Justin Lebar1-1/+1
2014-03-28Merge branch 'jk/pack-bitmap-progress'Junio C Hamano1-11/+19
2014-03-28Merge branch 'jk/pack-bitmap'Junio C Hamano1-1/+11
2014-03-21Merge branch 'nd/upload-pack-shallow'Junio C Hamano1-0/+10
2014-03-18Merge branch 'sh/finish-tmp-packfile'Junio C Hamano1-9/+6
2014-03-18Merge branch 'dd/use-alloc-grow'Junio C Hamano1-6/+3
2014-03-17pack-objects: turn off bitmaps when skipping objectsJeff King1-1/+11
2014-03-17pack-objects: show reused packfile objects in "Counting objects"Jeff King1-8/+3
2014-03-17pack-objects: show progress for reused packfilesJeff King1-3/+16
2014-03-14Merge branch 'sh/write-pack-file-warning-message-fix'Junio C Hamano1-1/+1
2014-03-14Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano1-1/+1
2014-03-14Merge branch 'nd/i18n-progress'Junio C Hamano1-3/+3
2014-03-11upload-pack: send shallow info over stdin to pack-objectsNguyễn Thái Ngọc Duy1-0/+10
2014-03-03builtin/pack-objects.c: use ALLOC_GROW() in check_pbase_path()Dmitry S. Dolzhenko1-6/+3
2014-03-03finish_tmp_packfile():use strbuf for pathname constructionSun He1-9/+6
2014-03-03Merge branch 'sh/write-pack-file-warning-message-fix' into sh/finish-tmp-pack...Junio C Hamano1-1/+1
2014-03-03write_pack_file: use correct variable in diagnosticSun He1-1/+1
2014-02-27Merge branch 'jk/pack-bitmap'Junio C Hamano1-170/+281
2014-02-24i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy1-3/+3
2014-02-20rename read_replace_refs to check_replace_refsMichael Haggerty1-1/+1
2013-12-30pack-bitmap: implement optional name_hash cacheVicent Marti1-1/+9
2013-12-30pack-objects: implement bitmap writingVicent Marti1-0/+53
2013-12-30pack-objects: use bitmaps when packing objectsVicent Marti1-0/+107
2013-12-30pack-objects: split add_object_entryJeff King1-20/+78
2013-12-26do not pretend sha1write returns errorsJeff King1-2/+0
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-1/+1
2013-10-24pack-objects: factor out name_hashVicent Marti1-22/+2
2013-10-24pack-objects: refactor the packing listVicent Marti1-135/+40
2013-10-23Merge branch 'jc/pack-objects'Junio C Hamano1-11/+12
2013-09-20Merge branch 'nd/fetch-into-shallow'Junio C Hamano1-1/+1
2013-08-28list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy1-1/+1
2013-08-02Don't close pack fd when free'ing pack windowsBrandon Casey1-1/+1
2013-02-04pack-objects: shrink struct object_entryJunio C Hamano1-11/+12
2012-10-25Merge branch 'jk/peel-ref'Jeff King1-1/+0
2012-10-04peel_ref: do not return a null sha1Jeff King1-1/+0