libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
git_midx_writer_commit
libgit2
sys
midx
Write a
multi-pack-index
file to a file.
extern (
C
) nothrow @
nogc
@
GIT_EXTERN
int
git_midx_writer_commit
(
libgit2.types.git_midx_writer
*
w
)
Parameters
w
libgit2
.
types
.
git_midx_writer
*
the writer
Return Value
Type:
int
0 or an error code
Meta
Source
See Implementation
libgit2
sys
midx
functions
git_midx_writer_add
git_midx_writer_commit
git_midx_writer_dump
git_midx_writer_free
git_midx_writer_new
Write a multi-pack-index file to a file.