summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
AgeCommit message (Expand)Author
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
2013-02-04pack-objects: shrink struct object_entryJunio C Hamano
2012-10-25Merge branch 'jk/peel-ref'Jeff King
2012-10-05peel_ref: do not return a null sha1Jeff King
2012-08-20i18n: pack-objects: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-07-22Merge branch 'jc/sha1-name-more'Junio C Hamano
2012-07-09revision.c: allow handle_revision_arg() to take other flagsJunio C Hamano
2012-05-29pack-objects: use streaming interface for reading large loose blobsNguyễn Thái Ngọc Duy
2012-05-18pack-objects: refactor write_object() into helper functionsNguyễn Thái Ngọc Duy
2012-05-18pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."Nguyễn Thái Ngọc Duy
2012-04-11gc: do not explode objects which will be immediately prunedJeff King