summaryrefslogtreecommitdiff
path: root/include/git2/sys/midx.h
Commit message (Collapse)AuthorAgeFilesLines
* midx: Add a way to write multi-pack-index fileslhchavez2021-07-261-0/+74
This change adds the git_midx_writer_* functions to allow to write and create `multi-pack-index` files from `.idx`/`.pack` files. Part of: #5399