Age | Commit message (Expand) | Author | Files | Lines |
2019-01-28 | pack-objects: merge read_lock and lock in packing_data struct | Patrick Hogg | 1 | -14/+10 |
2019-01-28 | pack-objects: move read mutex to packing_data struct | Patrick Hogg | 1 | -5/+2 |
2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2019-01-17 | pack-objects: create GIT_TEST_PACK_SPARSE | Derrick Stolee | 1 | -0/+1 |
2019-01-17 | pack-objects: create pack.useSparse setting | Derrick Stolee | 1 | -0/+4 |
2019-01-17 | list-objects: consume sparse tree walk | Derrick Stolee | 1 | -1/+4 |
2019-01-15 | tree-walk: store object_id in a separate member | brian m. carlson | 1 | -2/+2 |
2019-01-14 | Merge branch 'md/exclude-promisor-objects-fix-cleanup' | Junio C Hamano | 1 | -2/+4 |
2019-01-08 | update comment references to sha1_object_info() | Jeff King | 1 | -2/+2 |
2019-01-04 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -3/+3 |
2018-12-06 | revision.c: put promisor option in specialized struct | Matthew DeVore | 1 | -2/+4 |
2018-11-21 | Merge branch 'cc/delta-islands' | Junio C Hamano | 1 | -1/+3 |
2018-11-21 | pack-objects: fix off-by-one in delta-island tree-depth computation | Jeff King | 1 | -1/+3 |
2018-11-19 | Merge branch 'tb/print-size-t-with-uintmax-format' | Junio C Hamano | 1 | -6/+6 |
2018-11-19 | Merge branch 'ds/push-squelch-ambig-warning' | Junio C Hamano | 1 | -0/+6 |
2018-11-18 | Merge branch 'jk/unused-parameter-fixes' | Junio C Hamano | 1 | -1/+4 |
2018-11-18 | Merge branch 'nd/pthreads' | Junio C Hamano | 1 | -24/+2 |
2018-11-12 | Upcast size_t variables to uintmax_t when printing | Torsten Bögershausen | 1 | -6/+6 |
2018-11-12 | pack-*.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-11-12 | delta-islands.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-11-07 | pack-objects: ignore ambiguous object warnings | Derrick Stolee | 1 | -0/+6 |
2018-11-06 | Merge branch 'md/exclude-promisor-objects-fix' | Junio C Hamano | 1 | -0/+1 |
2018-11-06 | assert NOARG/NONEG behavior of parse-options callbacks | Jeff King | 1 | -0/+3 |
2018-11-06 | pack-objects: mark index-version option as NONEG | Jeff King | 1 | -1/+1 |
2018-11-05 | pack-objects: remove #ifdef NO_PTHREADS | Nguyễn Thái Ngọc Duy | 1 | -24/+2 |
2018-10-30 | Merge branch 'js/pack-objects-mutex-init-fix' | Junio C Hamano | 1 | -1/+0 |
2018-10-23 | exclude-promisor-objects: declare when option is allowed | Matthew DeVore | 1 | -0/+1 |
2018-10-19 | pack-objects (mingw): initialize `packing_data` mutex in the correct spot | Johannes Schindelin | 1 | -1/+0 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -1/+1 |
2018-10-16 | Merge branch 'jk/delta-islands-with-bitmap-reuse-delta-fix' | Junio C Hamano | 1 | -16/+52 |
2018-09-24 | Merge branch 'tb/void-check-attr' | Junio C Hamano | 1 | -2/+1 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-19 | pack-objects: handle island check for "external" delta base | Jeff King | 1 | -16/+52 |
2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -2/+2 |
2018-09-17 | Merge branch 'cc/delta-islands' | Junio C Hamano | 1 | -43/+94 |
2018-09-17 | Merge branch 'jk/pack-delta-reuse-with-bitmap' | Junio C Hamano | 1 | -9/+19 |
2018-09-17 | Merge branch 'ds/multi-pack-index' | Junio C Hamano | 1 | -7/+35 |
2018-09-12 | Make git_check_attr() a void function | Torsten Bögershausen | 1 | -2/+1 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -2/+2 |
2018-08-22 | Merge branch 'nd/pack-deltify-regression-fix' | Junio C Hamano | 1 | -4/+1 |
2018-08-21 | pack-objects: reuse on-disk deltas for thin "have" objects | Jeff King | 1 | -9/+19 |
2018-08-20 | pack-objects: consider packs in multi-pack-index | Derrick Stolee | 1 | -0/+28 |
2018-08-20 | treewide: use get_all_packs | Derrick Stolee | 1 | -7/+7 |
2018-08-20 | Merge branch 'nd/no-the-index' | Junio C Hamano | 1 | -1/+1 |
2018-08-17 | Merge branch 'rs/parse-opt-lithelp' | Junio C Hamano | 1 | -1/+1 |
2018-08-16 | pack-objects: move 'layer' into 'struct packing_data' | Christian Couder | 1 | -2/+2 |
2018-08-16 | pack-objects: move tree_depth into 'struct packing_data' | Christian Couder | 1 | -2/+2 |
2018-08-16 | pack-objects: add delta-islands support | Jeff King | 1 | -8/+49 |
2018-08-16 | pack-objects: refactor code into compute_layer_order() | Christian Couder | 1 | -40/+50 |
2018-08-15 | Merge branch 'nd/pack-objects-threading-doc' | Junio C Hamano | 1 | -0/+19 |