deimos.git2.branch

Undocumented in source.

Members

Functions

git_branch_create
int git_branch_create(git_reference** out_, git_repository* repo, const(char)* branch_name, const(git_commit)* target, int force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_branch_create_from_annotated
int git_branch_create_from_annotated(git_reference** ref_out, git_repository* repository, const(char)* branch_name, const(git_annotated_commit)* commit, int force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_branch_delete
int git_branch_delete(git_reference* branch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_branch_is_head
int git_branch_is_head(const(git_reference)* branch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_branch_iterator_free
void git_branch_iterator_free(git_branch_iterator* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_branch_iterator_new
int git_branch_iterator_new(git_branch_iterator** out_, git_repository* repo, git_branch_t list_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_branch_lookup
int git_branch_lookup(git_reference** out_, git_repository* repo, const(char)* branch_name, git_branch_t branch_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_branch_move
int git_branch_move(git_reference** out_, git_reference* branch, const(char)* new_branch_name, int force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_branch_name
int git_branch_name(const(char)** out_, const(git_reference)* ref_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_branch_next
int git_branch_next(git_reference** out_, git_branch_t* out_type, git_branch_iterator* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_branch_remote_name
int git_branch_remote_name(git_buf* out_, git_repository* repo, const(char)* canonical_branch_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_branch_set_upstream
int git_branch_set_upstream(git_reference* branch, const(char)* upstream_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_branch_upstream
int git_branch_upstream(git_reference** out_, const(git_reference)* branch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_branch_upstream_name
int git_branch_upstream_name(git_buf* out_, git_repository* repo, const(char)* refname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_branch_upstream_remote
int git_branch_upstream_remote(git_buf* buf, git_repository* repo, const(char)* refname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta