git2.branch

Undocumented in source.

Members

Aliases

git_branch_foreach_cb
alias git_branch_foreach_cb = int function(const(char)* branch_name, git_branch_t branch_type, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

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_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_foreach
int git_branch_foreach(git_repository* repo, uint list_flags, git_branch_foreach_cb branch_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_branch_is_head
int git_branch_is_head(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_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_, 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_remote_name
int git_branch_remote_name(char* remote_name_out, size_t buffer_size, 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_, 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(char* tracking_branch_name_out, size_t buffer_size, 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.

Meta