git_odb_writepack

A stream to write a pack file to the ODB

Members

Variables

append
int function(.git_odb_writepack* writepack, const(void)* data, size_t size, libgit2_d.indexer.git_indexer_progress* stats) append;
Undocumented in source.
backend
libgit2_d.types.git_odb_backend* backend;
Undocumented in source.
commit
int function(.git_odb_writepack* writepack, libgit2_d.indexer.git_indexer_progress* stats) commit;
Undocumented in source.
free
void function(.git_odb_writepack* writepack) free;
Undocumented in source.

Meta