kmx git
login
register
thodg
/
libgit2
/
include/git2/sys/midx.h
include/git2/sys/midx.h
Log
Author
Commit
Date
CI
Message
fff209c4
2020-02-17T21:28:13
midx: Add a way to write multi-pack-index files 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