| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ks/pack-objects-bitmap' | Junio C Hamano | 2016-09-21 | 1 | -40/+88 |
|\ |
|
| * | pack-objects: use reachability bitmap index when generating non-stdout packks/pack-objects-bitmap | Kirill Smelkov | 2016-09-12 | 1 | -7/+24 |
| * | pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is ... | Kirill Smelkov | 2016-09-12 | 1 | -33/+64 |
* | | Merge branch 'jk/pack-tag-of-tag' | Junio C Hamano | 2016-09-15 | 1 | -1/+30 |
|\ \ |
|
| * | | pack-objects: walk tag chains for --include-tagjk/pack-tag-of-tag | Jeff King | 2016-09-07 | 1 | -1/+30 |
| * | | Merge branch 'nd/pack-ofs-4gb-limit' into maint | Junio C Hamano | 2016-08-08 | 1 | -8/+9 |
| |\ \ |
|
* | \ \ | Merge branch 'jk/pack-objects-optim' | Junio C Hamano | 2016-08-08 | 1 | -0/+40 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | pack-objects: compute local/ignore_pack_keep earlyjk/pack-objects-optim | Jeff King | 2016-07-29 | 1 | -1/+25 |
| * | | | pack-objects: break out of want_object loop early | Jeff King | 2016-07-29 | 1 | -0/+16 |
* | | | | Merge branch 'nd/pack-ofs-4gb-limit' | Junio C Hamano | 2016-07-28 | 1 | -8/+9 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | pack-objects: do not truncate result in-pack object size on 32-bit systems | Nguyễn Thái Ngọc Duy | 2016-07-13 | 1 | -7/+8 |
| * | | pack-objects: pass length to check_pack_crc() without truncation | Nguyễn Thái Ngọc Duy | 2016-07-12 | 1 | -1/+1 |
* | | | repack: extend --keep-unreachable to loose objectsjk/repack-keep-unreachable | Jeff King | 2016-06-14 | 1 | -0/+31 |
| |/
|/| |
|
* | | Merge branch 'nd/error-errno' | Junio C Hamano | 2016-05-17 | 1 | -4/+2 |
|\ \ |
|
| * | | builtin/pack-objects.c: use die_errno() and warning_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -4/+2 |
* | | | Merge branch 'ew/doc-split-pack-disables-bitmap' | Junio C Hamano | 2016-05-10 | 1 | -1/+8 |
|\ \ \
| | |/
| |/| |
|
| * | | pack-objects: warn on split packs disabling bitmapsew/doc-split-pack-disables-bitmap | Eric Wong | 2016-04-28 | 1 | -1/+8 |
| |/ |
|
* | | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 2016-04-25 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 2016-02-26 | 1 | -3/+4 |
|\ |
|
| * | convert trivial cases to ALLOC_ARRAY | Jeff King | 2016-02-22 | 1 | -3/+4 |
* | | list-objects: pass full pathname to callbacksjk/lose-name-path | Jeff King | 2016-02-12 | 1 | -13/+2 |
* | | list-objects: drop name_path entirely | Jeff King | 2016-02-12 | 1 | -2/+2 |
|/ |
|
* | Remove get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -7/+7 |
* | Convert struct object to object_id | brian m. carlson | 2015-11-20 | 1 | -1/+1 |
* | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -7/+7 |
* | Merge branch 'ah/pack-objects-usage-strings' | Junio C Hamano | 2015-09-01 | 1 | -2/+2 |
|\ |
|
| * | pack-objects: place angle brackets around placeholders in usage stringsah/pack-objects-usage-strings | Alex Henrie | 2015-08-28 | 1 | -2/+2 |
* | | parse-options: move unsigned long option parsing out of pack-objects.ccb/parse-magnitude | Charles Bailey | 2015-06-22 | 1 | -21/+4 |
* | | builtin/pack-objects: rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -16/+10 |
* | | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 2015-05-25 | 1 | -3/+9 |
* | | Merge branch 'jk/sha1-file-reduce-useless-warnings' | Junio C Hamano | 2015-05-11 | 1 | -3/+1 |
|\ \ |
|
| * | | sha1_file: squelch "packfile cannot be accessed" warningsjk/sha1-file-reduce-useless-warnings | Jeff King | 2015-03-30 | 1 | -3/+1 |
* | | | Merge branch 'rs/deflate-init-cleanup' | Junio C Hamano | 2015-03-17 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}rs/deflate-init-cleanup | René Scharfe | 2015-03-05 | 1 | -2/+0 |
| |/ / |
|
* | | | pack-objects: use --objects-edge-aggressive for shallow reposbc/fetch-thin-less-aggressive-in-normal-repository | brian m. carlson | 2014-12-29 | 1 | -1/+6 |
* | | | rev-list: add an option to mark fewer edges as uninteresting | brian m. carlson | 2014-12-29 | 1 | -1/+1 |
* | | | Merge branch 'jk/prune-mtime' | Junio C Hamano | 2014-10-29 | 1 | -15/+71 |
|\ \ \ |
|
| * | | | pack-objects: double-check options before discarding objects | Jeff King | 2014-10-19 | 1 | -0/+2 |
| * | | | repack: pack objects mentioned by the index | Jeff King | 2014-10-19 | 1 | -0/+8 |
| * | | | pack-objects: use argv_array | Jeff King | 2014-10-19 | 1 | -10/+10 |
| * | | | pack-objects: match prune logic for discarding objects | Jeff King | 2014-10-16 | 1 | -0/+39 |
| * | | | pack-objects: refactor unpack-unreachable expiration check | Jeff King | 2014-10-16 | 1 | -5/+12 |
* | | | | Merge branch 'eb/no-pthreads' | Junio C Hamano | 2014-10-24 | 1 | -2/+4 |
|\ \ \ \ |
|
| * | | | | pack-objects: set number of threads before checking and warning | Junio C Hamano | 2014-10-13 | 1 | -2/+4 |
| |/ / / |
|
* | | | | Merge branch 'jk/pack-objects-no-bitmap-when-splitting' | Junio C Hamano | 2014-10-24 | 1 | -0/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | pack-objects: turn off bitmaps when we split packsjk/pack-objects-no-bitmap-when-splitting | Jeff King | 2014-10-19 | 1 | -0/+1 |
| |/ / |
|
* | | | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-array | René Scharfe | 2014-09-18 | 1 | -2/+1 |
* | | | Merge branch 'jk/pack-shallow-always-without-bitmap' | Junio C Hamano | 2014-08-26 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | pack-objects: turn off bitmaps when we see --shallow linesjk/pack-shallow-always-without-bitmap | Jeff King | 2014-08-12 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge branch 'jk/repack-pack-writebitmaps-config' | Junio C Hamano | 2014-06-25 | 1 | -4/+0 |
|\ \ \
| |/ /
|/| | |
|