Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-02-18 | Merge branch 'tb/midx-no-bitmap-for-no-objects' | Junio C Hamano | 1 | -0/+22 |
2022-02-09 | midx: prevent writing a .bitmap without any objects | Taylor Blau | 1 | -0/+22 |
2022-01-27 | pack-bitmap.c: gracefully fallback after opening pack/MIDX | Taylor Blau | 1 | -0/+19 |
2022-01-27 | midx: read `RIDX` chunk when present | Taylor Blau | 1 | -0/+6 |
2022-01-27 | t5326: move tests to t/lib-bitmap.sh | Taylor Blau | 1 | -171/+2 |
2022-01-27 | t5326: extract `test_rev_exists` | Taylor Blau | 1 | -15/+22 |
2022-01-27 | t5326: drop unnecessary setup | Taylor Blau | 1 | -4/+0 |
2022-01-27 | midx.c: make changing the preferred pack safe | Taylor Blau | 1 | -1/+1 |
2022-01-27 | t5326: demonstrate bitmap corruption after permutation | Taylor Blau | 1 | -0/+31 |
2021-10-18 | Merge branch 'tb/repack-write-midx' | Junio C Hamano | 1 | -0/+82 |
2021-09-28 | midx: preliminary support for `--refs-snapshot` | Taylor Blau | 1 | -0/+82 |
2021-09-17 | t5326: test propagating hashcache values | Taylor Blau | 1 | -0/+30 |
2021-09-01 | t5326: test multi-pack bitmap behavior | Taylor Blau | 1 | -0/+286 |