deimos.git2.sys.repository

Undocumented in source.

Members

Functions

git_repository__cleanup
void git_repository__cleanup(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_repository_new
int git_repository_new(git_repository** out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_repository_reinit_filesystem
int git_repository_reinit_filesystem(git_repository* repo, int recurse_submodules)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_repository_set_config
void git_repository_set_config(git_repository* repo, git_config* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_repository_set_index
void git_repository_set_index(git_repository* repo, git_index* index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_repository_set_odb
void git_repository_set_odb(git_repository* repo, git_odb* odb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_repository_set_refdb
void git_repository_set_refdb(git_repository* repo, git_refdb* refdb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta