summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* pack-objects: use mru list when iterating over packsjk/pack-objects-optim-mruJeff King2016-08-111-3/+7
* pack-objects: break delta cycles before delta-search phaseJeff King2016-08-111-0/+84
* pack-objects: compute local/ignore_pack_keep earlyjk/pack-objects-optimJeff King2016-07-291-1/+25
* pack-objects: break out of want_object loop earlyJeff King2016-07-291-0/+16
* repack: extend --keep-unreachable to loose objectsjk/repack-keep-unreachableJeff King2016-06-141-0/+31
* Merge branch 'nd/error-errno'Junio C Hamano2016-05-171-4/+2
|\
| * builtin/pack-objects.c: use die_errno() and warning_errno()Nguyễn Thái Ngọc Duy2016-05-091-4/+2
* | Merge branch 'ew/doc-split-pack-disables-bitmap'Junio C Hamano2016-05-101-1/+8
|\ \
| * | pack-objects: warn on split packs disabling bitmapsew/doc-split-pack-disables-bitmapEric Wong2016-04-281-1/+8
| |/
* | struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-251-2/+2
|/
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-3/+4
|\
| * convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-3/+4
* | list-objects: pass full pathname to callbacksjk/lose-name-pathJeff King2016-02-121-13/+2
* | list-objects: drop name_path entirelyJeff King2016-02-121-2/+2
|/
* 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