summaryrefslogtreecommitdiff
path: root/tests/pack/midx.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-25/+26
* Merge branch 'main' into multi-pack-index-odb-writeEdward Thomson2021-08-291-1/+1
|\
| * midx: Add a way to write multi-pack-index fileslhchavez2021-07-261-0/+30
* | midx: Introduce git_odb_write_multi_pack_index()lhchavez2021-08-271-0/+34
* | midx: Add a way to write multi-pack-index fileslhchavez2021-08-271-0/+30
|/
* midx: Fix a bug in `git_midx_needs_refresh()`lhchavez2021-01-071-0/+1
* midx: Support multi-pack-index files in odb_pack.clhchavez2020-11-271-0/+16
* multipack: Introduce a parser for multi-pack-index fileslhchavez2020-10-051-0/+29