summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* Remove get_object_hash.brian m. carlson2015-11-201-7/+7
* Convert struct object to object_idbrian m. carlson2015-11-201-1/+1
* Add several uses of get_object_hash.brian m. carlson2015-11-201-7/+7
* Merge branch 'ah/pack-objects-usage-strings'Junio C Hamano2015-09-011-2/+2
|\
| * pack-objects: place angle brackets around placeholders in usage stringsah/pack-objects-usage-stringsAlex Henrie2015-08-281-2/+2
* | parse-options: move unsigned long option parsing out of pack-objects.ccb/parse-magnitudeCharles Bailey2015-06-221-21/+4
* | builtin/pack-objects: rewrite to take an object_id argumentMichael Haggerty2015-05-251-16/+10
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-3/+9
* | Merge branch 'jk/sha1-file-reduce-useless-warnings'Junio C Hamano2015-05-111-3/+1
|\ \
| * | sha1_file: squelch "packfile cannot be accessed" warningsjk/sha1-file-reduce-useless-warningsJeff King2015-03-301-3/+1
* | | Merge branch 'rs/deflate-init-cleanup'Junio C Hamano2015-03-171-2/+0
|\ \ \
| * | | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}rs/deflate-init-cleanupRené Scharfe2015-03-051-2/+0
| |/ /
* | | pack-objects: use --objects-edge-aggressive for shallow reposbc/fetch-thin-less-aggressive-in-normal-repositorybrian m. carlson2014-12-291-1/+6
* | | rev-list: add an option to mark fewer edges as uninterestingbrian m. carlson2014-12-291-1/+1
* | | Merge branch 'jk/prune-mtime'Junio C Hamano2014-10-291-15/+71
|\ \ \
| * | | pack-objects: double-check options before discarding objectsJeff King2014-10-191-0/+2
| * | | repack: pack objects mentioned by the indexJeff King2014-10-191-0/+8
| * | | pack-objects: use argv_arrayJeff King2014-10-191-10/+10
| * | | pack-objects: match prune logic for discarding objectsJeff King2014-10-161-0/+39
| * | | pack-objects: refactor unpack-unreachable expiration checkJeff King2014-10-161-5/+12
* | | | Merge branch 'eb/no-pthreads'Junio C Hamano2014-10-241-2/+4
|\ \ \ \
| * | | | pack-objects: set number of threads before checking and warningJunio C Hamano2014-10-131-2/+4
| |/ / /
* | | | Merge branch 'jk/pack-objects-no-bitmap-when-splitting'Junio C Hamano2014-10-241-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | pack-objects: turn off bitmaps when we split packsjk/pack-objects-no-bitmap-when-splittingJeff King2014-10-191-0/+1
| |/ /
* | | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-arrayRené Scharfe2014-09-181-2/+1
* | | Merge branch 'jk/pack-shallow-always-without-bitmap'Junio C Hamano2014-08-261-0/+1
|\ \ \
| * | | pack-objects: turn off bitmaps when we see --shallow linesjk/pack-shallow-always-without-bitmapJeff King2014-08-121-0/+1
| |/ /
* | | Merge branch 'jk/repack-pack-writebitmaps-config'Junio C Hamano2014-06-251-4/+0
|\ \ \ | |/ / |/| |
| * | pack-objects: stop respecting pack.writebitmapsJeff King2014-06-101-4/+0
* | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-04-081-1/+12
|\ \ \
| * | | pack-objects: do not reuse packfiles without --delta-base-offsetJeff King2014-04-041-1/+12
* | | | Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-081-1/+1
|\ \ \ \
| * | | | comments: fix misuses of "nor"Justin Lebar2014-03-311-1/+1
* | | | | Merge branch 'jk/pack-bitmap-progress'Junio C Hamano2014-03-281-11/+19
|\ \ \ \ \
| * | | | | pack-objects: show reused packfile objects in "Counting objects"jk/pack-bitmap-progressJeff King2014-03-171-8/+3
| * | | | | pack-objects: show progress for reused packfilesJeff King2014-03-171-3/+16
* | | | | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-03-281-1/+11
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | pack-objects: turn off bitmaps when skipping objectsJeff King2014-03-171-1/+11
| | |_|/ / | |/| | |
* | | | | Merge branch 'nd/upload-pack-shallow'Junio C Hamano2014-03-211-0/+10
|\ \ \ \ \
| * | | | | upload-pack: send shallow info over stdin to pack-objectsnd/upload-pack-shallowNguyễn Thái Ngọc Duy2014-03-111-0/+10
| | |_|/ / | |/| | |
* | | | | Merge branch 'sh/finish-tmp-packfile'Junio C Hamano2014-03-181-9/+6
|\ \ \ \ \
| * | | | | finish_tmp_packfile():use strbuf for pathname constructionsh/finish-tmp-packfileSun He2014-03-031-9/+6
| * | | | | Merge branch 'sh/write-pack-file-warning-message-fix' into sh/finish-tmp-pack...Junio C Hamano2014-03-031-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'dd/use-alloc-grow'Junio C Hamano2014-03-181-6/+3
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | builtin/pack-objects.c: use ALLOC_GROW() in check_pbase_path()Dmitry S. Dolzhenko2014-03-031-6/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'sh/write-pack-file-warning-message-fix'Junio C Hamano2014-03-141-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | write_pack_file: use correct variable in diagnosticsh/write-pack-file-warning-message-fixSun He2014-03-031-1/+1
* | | | | | Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano2014-03-141-1/+1
|\ \ \ \ \ \
| * | | | | | rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-201-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'nd/i18n-progress'Junio C Hamano2014-03-141-3/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |