summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
AgeCommit message (Expand)Author
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-09-01Merge branch 'ah/pack-objects-usage-strings'Junio C Hamano
2015-08-28pack-objects: place angle brackets around placeholders in usage stringsAlex Henrie
2015-06-22parse-options: move unsigned long option parsing out of pack-objects.cCharles Bailey
2015-05-25builtin/pack-objects: rewrite to take an object_id argumentMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-05-11Merge branch 'jk/sha1-file-reduce-useless-warnings'Junio C Hamano
2015-03-31sha1_file: squelch "packfile cannot be accessed" warningsJeff King
2015-03-17Merge branch 'rs/deflate-init-cleanup'Junio C Hamano
2015-03-05zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe
2014-12-29pack-objects: use --objects-edge-aggressive for shallow reposbrian m. carlson
2014-12-29rev-list: add an option to mark fewer edges as uninterestingbrian m. carlson
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