BranchAll maps GIT_BRANCH_ALL

Added support to All Branch Iteration and Lookup
This commit is contained in:
Mirko Nosenzo 2016-05-29 13:13:58 +02:00
parent 8eaae73f85
commit 298f2e2111
1 changed files with 1 additions and 0 deletions

View File

@ -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
)