deimos.git2.pack

Undocumented in source.

Members

Aliases

git_packbuilder_foreach_cb
alias git_packbuilder_foreach_cb = int function(void* buf, size_t size, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_packbuilder_progress
alias git_packbuilder_progress = int function(int stage, uint32_t current, uint32_t total, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

git_packbuilder_stage_t
enum git_packbuilder_stage_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

git_packbuilder_foreach
int git_packbuilder_foreach(git_packbuilder* pb, git_packbuilder_foreach_cb cb, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_packbuilder_free
void git_packbuilder_free(git_packbuilder* pb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_packbuilder_hash
const(git_oid)* git_packbuilder_hash(git_packbuilder* pb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_packbuilder_insert
int git_packbuilder_insert(git_packbuilder* pb, const(git_oid)* id, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_packbuilder_insert_commit
int git_packbuilder_insert_commit(git_packbuilder* pb, const(git_oid)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_packbuilder_insert_recur
int git_packbuilder_insert_recur(git_packbuilder* pb, const(git_oid)* id, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_packbuilder_insert_tree
int git_packbuilder_insert_tree(git_packbuilder* pb, const(git_oid)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_packbuilder_insert_walk
int git_packbuilder_insert_walk(git_packbuilder* pb, git_revwalk* walk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_packbuilder_new
int git_packbuilder_new(git_packbuilder** out_, git_repository* repo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_packbuilder_object_count
size_t git_packbuilder_object_count(git_packbuilder* pb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_packbuilder_set_callbacks
int git_packbuilder_set_callbacks(git_packbuilder* pb, git_packbuilder_progress progress_cb, void* progress_cb_payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_packbuilder_set_threads
uint git_packbuilder_set_threads(git_packbuilder* pb, uint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_packbuilder_write
int git_packbuilder_write(git_packbuilder* pb, const(char)* path, uint mode, git_transfer_progress_cb progress_cb, void* progress_cb_payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_packbuilder_write_buf
int git_packbuilder_write_buf(git_buf* buf, git_packbuilder* pb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_packbuilder_written
size_t git_packbuilder_written(git_packbuilder* pb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta