git.branch

Undocumented in source.

Members

Aliases

BranchIterationDelegate
alias BranchIterationDelegate = ContinueWalk delegate(GitBranch branch, GitBranchType type)
Undocumented in source.

Functions

createBranch
GitBranch createBranch(GitRepo repo, string name, GitCommit target, bool force)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteBranch
void deleteBranch(GitBranch branch)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateBranches
void iterateBranches(GitRepo repo, GitBranchType types, BranchIterationDelegate del)
Undocumented in source. Be warned that the author may not have intended to support it.
lookupBranch
GitBranch lookupBranch(GitRepo repo, string name, GitBranchType type)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

GitBranch
struct GitBranch
Undocumented in source.

Meta