deimos.git2.odb_backend

Undocumented in source.

Members

Enums

git_odb_stream_t
enum git_odb_stream_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_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.

Mixins

__anonymous
mixin _ExportEnumMembers!git_odb_stream_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta