Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ds/midx-too-many-packs' | Junio C Hamano | 2019-05-19 | 1 | -1/+1 |
|\ | |||||
| * | midx: pass a repository pointer | Derrick Stolee | 2019-05-07 | 1 | -1/+1 |
* | | Merge branch 'ew/repack-with-bitmaps-by-default' | Junio C Hamano | 2019-05-13 | 1 | -1/+1 |
|\ \ | |||||
| * | | pack-objects: default to writing bitmap hash-cache | Jeff King | 2019-03-18 | 1 | -1/+1 |
* | | | Merge branch 'jk/pack-objects-reports-num-objects-to-trace2' | Junio C Hamano | 2019-05-08 | 1 | -0/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | pack-objects: write objects packed to trace2 | Jonathan Tan | 2019-04-12 | 1 | -0/+2 |
| |/ | |||||
* / | pack-bitmap: switch hash tables to use struct object_id | brian m. carlson | 2019-04-01 | 1 | -3/+3 |
|/ | |||||
* | trace2:data: pack-objects: add trace2 regions | Derrick Stolee | 2019-02-23 | 1 | -1/+15 |
* | Merge branch 'sl/const' | Junio C Hamano | 2019-02-07 | 1 | -7/+7 |
|\ | |||||
| * | various: tighten constness of some local variables | Shahzad Lone | 2019-02-04 | 1 | -7/+7 |
* | | Merge branch 'jk/loose-object-cache-oid' | Junio C Hamano | 2019-02-07 | 1 | -2/+2 |
|\ \ | |||||
| * | | update comment references to sha1_object_info() | Jeff King | 2019-01-08 | 1 | -2/+2 |
* | | | Merge branch 'ds/push-sparse-tree-walk' | Junio C Hamano | 2019-02-07 | 1 | -1/+9 |
|\ \ \ | |||||
| * | | | pack-objects: create GIT_TEST_PACK_SPARSE | Derrick Stolee | 2019-01-17 | 1 | -0/+1 |
| * | | | pack-objects: create pack.useSparse setting | Derrick Stolee | 2019-01-17 | 1 | -0/+4 |
| * | | | list-objects: consume sparse tree walk | Derrick Stolee | 2019-01-17 | 1 | -1/+4 |
* | | | | Merge branch 'nd/the-index-final' | Junio C Hamano | 2019-02-07 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 2019-01-24 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'ph/pack-objects-mutex-fix' | Junio C Hamano | 2019-02-05 | 1 | -17/+10 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | pack-objects: merge read_lock and lock in packing_data struct | Patrick Hogg | 2019-01-28 | 1 | -14/+10 |
| * | | | pack-objects: move read mutex to packing_data struct | Patrick Hogg | 2019-01-28 | 1 | -5/+2 |
| | |/ | |/| | |||||
* | | | Merge branch 'bc/tree-walk-oid' | Junio C Hamano | 2019-01-29 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | tree-walk: store object_id in a separate member | brian m. carlson | 2019-01-15 | 1 | -2/+2 |
| | |/ | |/| | |||||
* | | | Merge branch 'md/exclude-promisor-objects-fix-cleanup' | Junio C Hamano | 2019-01-15 | 1 | -2/+4 |
|\ \ \ | |/ / |/| | | |||||
| * | | revision.c: put promisor option in specialized struct | Matthew DeVore | 2018-12-06 | 1 | -2/+4 |
* | | | Merge branch 'nd/the-index' | Junio C Hamano | 2019-01-04 | 1 | -3/+3 |
|\ \ \ | |_|/ |/| | | |||||
| * | | pack-*.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 2018-11-12 | 1 | -1/+1 |
| * | | delta-islands.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 2018-11-12 | 1 | -2/+2 |
* | | | Merge branch 'cc/delta-islands' | Junio C Hamano | 2018-11-21 | 1 | -1/+3 |
|\ \ \ | |||||
| * | | | pack-objects: fix off-by-one in delta-island tree-depth computation | Jeff King | 2018-11-21 | 1 | -1/+3 |
* | | | | Merge branch 'tb/print-size-t-with-uintmax-format' | Junio C Hamano | 2018-11-19 | 1 | -6/+6 |
|\ \ \ \ | |||||
| * | | | | Upcast size_t variables to uintmax_t when printing | Torsten Bögershausen | 2018-11-12 | 1 | -6/+6 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'ds/push-squelch-ambig-warning' | Junio C Hamano | 2018-11-19 | 1 | -0/+6 |
|\ \ \ \ | |||||
| * | | | | pack-objects: ignore ambiguous object warnings | Derrick Stolee | 2018-11-07 | 1 | -0/+6 |
* | | | | | Merge branch 'jk/unused-parameter-fixes' | Junio C Hamano | 2018-11-18 | 1 | -1/+4 |
|\ \ \ \ \ | |||||
| * | | | | | assert NOARG/NONEG behavior of parse-options callbacks | Jeff King | 2018-11-06 | 1 | -0/+3 |
| * | | | | | pack-objects: mark index-version option as NONEG | Jeff King | 2018-11-06 | 1 | -1/+1 |
* | | | | | | Merge branch 'nd/pthreads' | Junio C Hamano | 2018-11-18 | 1 | -24/+2 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | pack-objects: remove #ifdef NO_PTHREADS | Nguyễn Thái Ngọc Duy | 2018-11-05 | 1 | -24/+2 |
* | | | | | | Merge branch 'md/exclude-promisor-objects-fix' | Junio C Hamano | 2018-11-06 | 1 | -0/+1 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | | | |||||
| * | | | | exclude-promisor-objects: declare when option is allowed | Matthew DeVore | 2018-10-23 | 1 | -0/+1 |
* | | | | | Merge branch 'js/pack-objects-mutex-init-fix' | Junio C Hamano | 2018-10-30 | 1 | -1/+0 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | pack-objects (mingw): initialize `packing_data` mutex in the correct spot | Johannes Schindelin | 2018-10-19 | 1 | -1/+0 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'nd/the-index' | Junio C Hamano | 2018-10-19 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'jk/delta-islands-with-bitmap-reuse-delta-fix' | Junio C Hamano | 2018-10-16 | 1 | -16/+52 |
|\ \ \ \ | |||||
| * | | | | pack-objects: handle island check for "external" delta base | Jeff King | 2018-09-19 | 1 | -16/+52 |
* | | | | | Merge branch 'tb/void-check-attr' | Junio C Hamano | 2018-09-24 | 1 | -2/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Make git_check_attr() a void function | Torsten Bögershausen | 2018-09-13 | 1 | -2/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'jk/cocci' | Junio C Hamano | 2018-09-17 | 1 | -2/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | |