- git_odb_backend_loose
int git_odb_backend_loose(git_odb_backend** out_, const(char)* objects_dir, int compression_level, int do_fsync, uint dir_mode, uint file_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_odb_backend_one_pack
int git_odb_backend_one_pack(git_odb_backend** out_, const(char)* index_file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- git_odb_backend_pack
int git_odb_backend_pack(git_odb_backend** out_, const(char)* objects_dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.