Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | convert "oidcmp() == 0" to oideq() | Jeff King | 2018-08-29 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge branch 'cc/delta-islands' | Junio C Hamano | 2018-09-17 | 1 | -43/+94 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | pack-objects: move 'layer' into 'struct packing_data' | Christian Couder | 2018-08-16 | 1 | -2/+2 |
| * | | | pack-objects: move tree_depth into 'struct packing_data' | Christian Couder | 2018-08-16 | 1 | -2/+2 |
| * | | | pack-objects: add delta-islands support | Jeff King | 2018-08-16 | 1 | -8/+49 |
| * | | | pack-objects: refactor code into compute_layer_order() | Christian Couder | 2018-08-16 | 1 | -40/+50 |
* | | | | Merge branch 'jk/pack-delta-reuse-with-bitmap' | Junio C Hamano | 2018-09-17 | 1 | -9/+19 |
|\ \ \ \ | |||||
| * | | | | pack-objects: reuse on-disk deltas for thin "have" objects | Jeff King | 2018-08-21 | 1 | -9/+19 |
* | | | | | Merge branch 'ds/multi-pack-index' | Junio C Hamano | 2018-09-17 | 1 | -7/+35 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | pack-objects: consider packs in multi-pack-index | Derrick Stolee | 2018-08-21 | 1 | -0/+28 |
| * | | | | treewide: use get_all_packs | Derrick Stolee | 2018-08-21 | 1 | -7/+7 |
| |/ / / | |||||
* | | | | Merge branch 'nd/pack-deltify-regression-fix' | Junio C Hamano | 2018-08-22 | 1 | -4/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | pack-objects: fix performance issues on packing large deltas | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -4/+1 |
* | | | | Merge branch 'nd/no-the-index' | Junio C Hamano | 2018-08-20 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | attr: remove an implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-08-13 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'rs/parse-opt-lithelp' | Junio C Hamano | 2018-08-17 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP | René Scharfe | 2018-08-03 | 1 | -1/+1 |
| * | | | | pack-objects: specify --index-version argument help explicitly | René Scharfe | 2018-08-03 | 1 | -2/+2 |