summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
AgeCommit message (Expand)Author
2014-10-29Merge branch 'jk/prune-mtime'Junio C Hamano
2014-10-24Merge branch 'eb/no-pthreads'Junio C Hamano
2014-10-24Merge branch 'jk/pack-objects-no-bitmap-when-splitting'Junio C Hamano
2014-10-19pack-objects: turn off bitmaps when we split packsJeff King
2014-10-19pack-objects: double-check options before discarding objectsJeff King
2014-10-19repack: pack objects mentioned by the indexJeff King
2014-10-19pack-objects: use argv_arrayJeff King
2014-10-16pack-objects: match prune logic for discarding objectsJeff King
2014-10-16pack-objects: refactor unpack-unreachable expiration checkJeff King
2014-10-13pack-objects: set number of threads before checking and warningJunio C Hamano
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-08-26Merge branch 'jk/pack-shallow-always-without-bitmap'Junio C Hamano
2014-08-12pack-objects: turn off bitmaps when we see --shallow linesJeff King
2014-06-25Merge branch 'jk/repack-pack-writebitmaps-config'Junio C Hamano
2014-06-10pack-objects: stop respecting pack.writebitmapsJeff King
2014-04-08Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano
2014-04-04pack-objects: do not reuse packfiles without --delta-base-offsetJeff King
2014-03-31comments: fix misuses of "nor"Justin Lebar
2014-03-28Merge branch 'jk/pack-bitmap-progress'Junio C Hamano
2014-03-28Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-03-21Merge branch 'nd/upload-pack-shallow'Junio C Hamano
2014-03-18Merge branch 'sh/finish-tmp-packfile'Junio C Hamano
2014-03-18Merge branch 'dd/use-alloc-grow'Junio C Hamano
2014-03-17pack-objects: turn off bitmaps when skipping objectsJeff King
2014-03-17pack-objects: show reused packfile objects in "Counting objects"Jeff King
2014-03-17pack-objects: show progress for reused packfilesJeff King
2014-03-14Merge branch 'sh/write-pack-file-warning-message-fix'Junio C Hamano
2014-03-14Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano
2014-03-14Merge branch 'nd/i18n-progress'Junio C Hamano
2014-03-11upload-pack: send shallow info over stdin to pack-objectsNguyễn Thái Ngọc Duy
2014-03-03builtin/pack-objects.c: use ALLOC_GROW() in check_pbase_path()Dmitry S. Dolzhenko
2014-03-03finish_tmp_packfile():use strbuf for pathname constructionSun He
2014-03-03Merge branch 'sh/write-pack-file-warning-message-fix' into sh/finish-tmp-pack...Junio C Hamano
2014-03-03write_pack_file: use correct variable in diagnosticSun He
2014-02-27Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-02-24i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy
2014-02-20rename read_replace_refs to check_replace_refsMichael Haggerty
2013-12-30pack-bitmap: implement optional name_hash cacheVicent Marti
2013-12-30pack-objects: implement bitmap writingVicent Marti
2013-12-30pack-objects: use bitmaps when packing objectsVicent Marti
2013-12-30pack-objects: split add_object_entryJeff King
2013-12-26do not pretend sha1write returns errorsJeff King
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-10-24pack-objects: factor out name_hashVicent Marti
2013-10-24pack-objects: refactor the packing listVicent Marti
2013-10-23Merge branch 'jc/pack-objects'Junio C Hamano
2013-09-20Merge branch 'nd/fetch-into-shallow'Junio C Hamano
2013-08-28list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy
2013-08-02Don't close pack fd when free'ing pack windowsBrandon Casey