diff options
| author | Johann Weging <[email protected]> | 2013-10-08 14:52:22 +0200 |
|---|---|---|
| committer | Johann Weging <[email protected]> | 2013-10-08 14:52:22 +0200 |
| commit | 4c4da3a84621cc57e90bfe55b16342796c80aceb (patch) | |
| tree | 1677a3942f15354e3d99b7240c72b3f4b063f668 | |
| parent | 6372ec052fb752122bc0662783b8450bbe2ce983 (diff) | |
branch: Renamed BranchLookup to LookupBrnach
| -rw-r--r-- | branch.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ func (b *Branch) IsHead() (bool, error) { } -func (repo *Repository) BranchLookup(branchName string, bt BranchType) (*Branch, error) { +func (repo *Repository) LookupBranch(branchName string, bt BranchType) (*Branch, error) { branch := new(Branch) cName := C.CString(branchName) |
