Age | Commit message (Expand) | Author | Files | Lines |
2021-10-18 | Merge branch 'tb/repack-write-midx' | Junio C Hamano | 1 | -2/+34 |
2021-10-11 | Merge branch 'tb/midx-write-propagate-namehash' | Junio C Hamano | 1 | -0/+21 |
2021-10-06 | Merge branch 'tb/commit-graph-usage-fix' | Junio C Hamano | 1 | -5/+26 |
2021-09-28 | midx: preliminary support for `--refs-snapshot` | Taylor Blau | 1 | -3/+8 |
2021-09-28 | builtin/multi-pack-index.c: support `--stdin-packs` mode | Taylor Blau | 1 | -0/+27 |
2021-09-22 | builtin/multi-pack-index.c: disable top-level --[no-]progress | Taylor Blau | 1 | -5/+26 |
2021-09-20 | Merge branch 'tb/multi-pack-bitmaps' | Junio C Hamano | 1 | -0/+2 |
2021-09-14 | midx.c: respect 'pack.writeBitmapHashcache' when writing bitmaps | Taylor Blau | 1 | -0/+21 |
2021-09-01 | pack-bitmap: write multi-pack bitmaps | Taylor Blau | 1 | -0/+2 |
2021-08-30 | multi-pack-index: refactor "goto usage" pattern | Ævar Arnfjörð Bjarmason | 1 | -6/+5 |
2021-07-19 | multi-pack-index: fix potential segfault without sub-command | Taylor Blau | 1 | -1/+1 |
2021-04-01 | midx: allow marking a pack as preferred | Taylor Blau | 1 | -3/+16 |
2021-03-30 | builtin/multi-pack-index.c: display usage on unrecognized command | Taylor Blau | 1 | -4/+7 |
2021-03-30 | builtin/multi-pack-index.c: don't enter bogus cmd_mode | Taylor Blau | 1 | -2/+8 |
2021-03-30 | builtin/multi-pack-index.c: split sub-commands | Taylor Blau | 1 | -25/+105 |
2021-03-30 | builtin/multi-pack-index.c: define common usage with a macro | Taylor Blau | 1 | -1/+16 |
2021-03-30 | builtin/multi-pack-index.c: don't handle 'progress' separately | Taylor Blau | 1 | -5/+3 |
2021-03-30 | builtin/multi-pack-index.c: inline 'flags' with options | Taylor Blau | 1 | -7/+6 |
2019-10-23 | multi-pack-index: add [--[no-]progress] option. | William Baker | 1 | -5/+13 |
2019-10-23 | midx: add MIDX_PROGRESS flag | William Baker | 1 | -4/+4 |
2019-06-11 | multi-pack-index: prepare 'repack' subcommand | Derrick Stolee | 1 | -2/+10 |
2019-06-11 | multi-pack-index: prepare for 'expire' subcommand | Derrick Stolee | 1 | -1/+3 |
2019-05-07 | midx: pass a repository pointer | Derrick Stolee | 1 | -1/+1 |
2019-03-22 | trace2:data: add trace2 data to midx | Jeff Hostetler | 1 | -0/+3 |
2018-09-17 | multi-pack-index: add 'verify' verb | Derrick Stolee | 1 | -1/+3 |
2018-08-20 | multi-pack-index: provide more helpful usage info | Derrick Stolee | 1 | -8/+8 |
2018-07-20 | multi-pack-index: add 'write' verb | Derrick Stolee | 1 | -2/+15 |
2018-07-20 | multi-pack-index: add builtin | Derrick Stolee | 1 | -0/+34 |