summaryrefslogtreecommitdiffstats
path: root/builtin/pack-objects.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ph/pack-objects-mutex-fix'Junio C Hamano2019-02-051-17/+10
|\
| * pack-objects: merge read_lock and lock in packing_data structPatrick Hogg2019-01-281-14/+10
| * pack-objects: move read mutex to packing_data structPatrick Hogg2019-01-281-5/+2
* | Merge branch 'bc/tree-walk-oid'Junio C Hamano2019-01-291-2/+2
|\ \
| * | tree-walk: store object_id in a separate memberbrian m. carlson2019-01-151-2/+2
* | | Merge branch 'md/exclude-promisor-objects-fix-cleanup'Junio C Hamano2019-01-151-2/+4
|\ \ \ | |/ / |/| |
| * | revision.c: put promisor option in specialized structMatthew DeVore2018-12-061-2/+4
* | | Merge branch 'nd/the-index'Junio C Hamano2019-01-041-3/+3
|\ \ \ | |_|/ |/| |
| * | pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-1/+1
| * | delta-islands.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-2/+2
* | | Merge branch 'cc/delta-islands'Junio C Hamano2018-11-211-1/+3
|\ \ \
| * | | pack-objects: fix off-by-one in delta-island tree-depth computationJeff King2018-11-211-1/+3
* | | | Merge branch 'tb/print-size-t-with-uintmax-format'Junio C Hamano2018-11-191-6/+6
|\ \ \ \
| * | | | Upcast size_t variables to uintmax_t when printingTorsten Bögershausen2018-11-121-6/+6
| | |/ / | |/| |
* | | | Merge branch 'ds/push-squelch-ambig-warning'Junio C Hamano2018-11-191-0/+6
|\ \ \ \
| * | | | pack-objects: ignore ambiguous object warningsDerrick Stolee2018-11-071-0/+6
* | | | | Merge branch 'jk/unused-parameter-fixes'Junio C Hamano2018-11-181-1/+4
|\ \ \ \ \
| * | | | | assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+3
| * | | | | pack-objects: mark index-version option as NONEGJeff King2018-11-061-1/+1
* | | | | | Merge branch 'nd/pthreads'Junio C Hamano2018-11-181-24/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | pack-objects: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy2018-11-051-24/+2
* | | | | | Merge branch 'md/exclude-promisor-objects-fix'Junio C Hamano2018-11-061-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | exclude-promisor-objects: declare when option is allowedMatthew DeVore2018-10-231-0/+1
* | | | | Merge branch 'js/pack-objects-mutex-init-fix'Junio C Hamano2018-10-301-1/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | pack-objects (mingw): initialize `packing_data` mutex in the correct spotJohannes Schindelin2018-10-191-1/+0
| | |/ / | |/| |
* | | | 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-131-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-211-0/+28
| * | | | treewide: use get_all_packsDerrick Stolee2018-08-211-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