libgit2_d.sys.mempack

Undocumented in source.

Members

Functions

git_mempack_dump
int git_mempack_dump(libgit2_d.buffer.git_buf* pack, libgit2_d.types.git_repository* repo, libgit2_d.types.git_odb_backend* backend)

Dump all the queued in-memory writes to a packfile.

git_mempack_new
int git_mempack_new(libgit2_d.types.git_odb_backend** out_)

Instantiate a new mempack backend.

git_mempack_reset
int git_mempack_reset(libgit2_d.types.git_odb_backend* backend)

Reset the memory packer by clearing all the queued objects.

Meta