summaryrefslogtreecommitdiff
path: root/branch.go
diff options
context:
space:
mode:
authorMirko Nosenzo <[email protected]>2016-05-29 13:13:58 +0200
committerMirko Nosenzo <[email protected]>2016-05-29 15:01:07 +0200
commit298f2e2111905388e3d10cd0db0221a22dc7a62f (patch)
treea9dbea0a009d4bc2bcf75a2e4213fc2704218423 /branch.go
parent8eaae73f85dd3df78df80d2dac066eb0866444ae (diff)
BranchAll maps GIT_BRANCH_ALL
Added support to All Branch Iteration and Lookup
Diffstat (limited to 'branch.go')
-rw-r--r--branch.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/branch.go b/branch.go
index df72dba..a869054 100644
--- a/branch.go
+++ b/branch.go
@@ -13,6 +13,7 @@ import (
type BranchType uint
const (
+ BranchAll BranchType = C.GIT_BRANCH_ALL
BranchLocal BranchType = C.GIT_BRANCH_LOCAL
BranchRemote BranchType = C.GIT_BRANCH_REMOTE
)