- git_packbuilder_foreachint 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_freevoid 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_insertint 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_commitint 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_treeint 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_newint 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_countuint32_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_threadsuint 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_writeint git_packbuilder_write(git_packbuilder* pb, const(char)* path, git_transfer_progress_callback 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_writtenuint32_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.