diff options
| author | Mirko Nosenzo <[email protected]> | 2016-05-29 13:13:58 +0200 |
|---|---|---|
| committer | Mirko Nosenzo <[email protected]> | 2016-05-29 15:01:07 +0200 |
| commit | 298f2e2111905388e3d10cd0db0221a22dc7a62f (patch) | |
| tree | a9dbea0a009d4bc2bcf75a2e4213fc2704218423 | |
| parent | 8eaae73f85dd3df78df80d2dac066eb0866444ae (diff) | |
BranchAll maps GIT_BRANCH_ALL
Added support to All Branch Iteration and Lookup
| -rw-r--r-- | branch.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ) |
