git_midx_writer_commit

Write a multi-pack-index file to a file.

extern (C) nothrow @nogc
int
git_midx_writer_commit

Parameters

w libgit2.types.git_midx_writer*

the writer

Return Value

Type: int

0 or an error code

Meta