diff options
Diffstat (limited to 'branch.go')
| -rw-r--r-- | branch.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ type BranchType uint const ( BranchLocal BranchType = C.GIT_BRANCH_LOCAL - BranchRemote = C.GIT_BRANCH_REMOTE + BranchRemote BranchType = C.GIT_BRANCH_REMOTE ) type Branch struct { |
