libgit2

git_midx_writer_dump

Version:

Dump the contents of the multi-pack-index to an in-memory buffer.

Signature

int git_midx_writer_dump(git_buf *midx, git_midx_writer *w);

Parameters

In
midx

Buffer where to store the contents of the multi-pack-index.

In
w

the writer

Returns

int

0 or an error code

Versions