summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\
| * revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* | Merge branch 'jk/delta-islands-with-bitmap-reuse-delta-fix'Junio C Hamano2018-10-161-16/+52
|\ \
| * | pack-objects: handle island check for "external" delta baseJeff King2018-09-191-16/+52
* | | Merge branch 'tb/void-check-attr'Junio C Hamano2018-09-241-2/+1
|\ \ \
| * | | Make git_check_attr() a void functionTorsten Bögershausen2018-09-121-2/+1
| | |/ | |/|
* | | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-2/+2
|\ \ \ | |_|/ |/| |
| * | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-2/+2
| |/
* | Merge branch 'cc/delta-islands'Junio C Hamano2018-09-171-43/+94
|\ \
| * | pack-objects: move 'layer' into 'struct packing_data'Christian Couder2018-08-161-2/+2
| * | pack-objects: move tree_depth into 'struct packing_data'Christian Couder2018-08-161-2/+2
| * | pack-objects: add delta-islands supportJeff King2018-08-161-8/+49
| * | pack-objects: refactor code into compute_layer_order()Christian Couder2018-08-161-40/+50
* | | Merge branch 'jk/pack-delta-reuse-with-bitmap'Junio C Hamano2018-09-171-9/+19
|\ \ \
| * | | pack-objects: reuse on-disk deltas for thin "have" objectsJeff King2018-08-211-9/+19
* | | | Merge branch 'ds/multi-pack-index'Junio C Hamano2018-09-171-7/+35
|\ \ \ \ | |_|_|/ |/| | |
| * | | pack-objects: consider packs in multi-pack-indexDerrick Stolee2018-08-201-0/+28
| * | | treewide: use get_all_packsDerrick Stolee2018-08-201-7/+7
| |/ /
* | | Merge branch 'nd/pack-deltify-regression-fix'Junio C Hamano2018-08-221-4/+1
|\ \ \ | |/ / |/| |
| * | pack-objects: fix performance issues on packing large deltasNguyễn Thái Ngọc Duy2018-07-231-4/+1
* | | Merge branch 'nd/no-the-index'Junio C Hamano2018-08-201-1/+1
|\ \ \
| * | | attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-1/+1
| | |/ | |/|
* | | Merge branch 'rs/parse-opt-lithelp'Junio C Hamano2018-08-171-1/+1
|\ \ \
| * | | parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe2018-08-031-1/+1
| * | | pack-objects: specify --index-version argument help explicitlyRené Scharfe2018-08-031-2/+2
* | | | Merge branch 'nd/pack-objects-threading-doc'Junio C Hamano2018-08-151-0/+19
|\ \ \ \
| * | | | pack-objects: document about thread synchronizationNguyễn Thái Ngọc Duy2018-07-301-0/+19
* | | | | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-54/+61
|\ \ \ \ \
| * | | | | builtin/pack-objects.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-50/+52
| * | | | | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-10/+15
| |/ / / /
* | | | | Merge branch 'jk/core-use-replace-refs'Junio C Hamano2018-08-151-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | check_replace_refs: rename to read_replace_refsJeff King2018-07-181-1/+1
* | | | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tag: add repository argument to lookup_tagStefan Beller2018-06-291-1/+1
| * | | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-3/+3
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Merge branch 'jt/remove-pack-bitmap-global'Junio C Hamano2018-07-181-2/+5
|\ \ \ \ \
| * | | | | pack-bitmap: add free functionJonathan Tan2018-06-211-0/+1
| * | | | | pack-bitmap: remove bitmap_git global variableJonathan Tan2018-06-211-2/+4
| |/ / / /
* | | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-3/+3
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | shallow: add repository argument to is_repository_shallowStefan Beller2018-05-181-2/+2
| * | | shallow: add repository argument to register_shallowStefan Beller2018-05-181-1/+1
* | | | Merge branch 'nd/use-opt-int-set-f'Junio C Hamano2018-06-011-12/+12
|\ \ \ \
| * | | | Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy2018-05-241-12/+12
* | | | | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-15/+17
|\ \ \ \ \
| * | | | | pack-objects: abstract away hash algorithmbrian m. carlson2018-05-021-14/+16
| * | | | | sha1-file: convert freshen functions to object_idbrian m. carlson2018-05-021-1/+1
* | | | | | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-2/+2
| |/ / / /
* | | | | Merge branch 'nd/pack-unreachable-objects-doc'Junio C Hamano2018-05-231-0/+2
|\ \ \ \ \
| * | | | | pack-objects: validation and documentation about unreachable optionsNguyễn Thái Ngọc Duy2018-05-061-0/+2