diff options
| author | Carlos MartÃn Nieto <[email protected]> | 2016-08-27 19:27:10 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-08-27 19:27:10 +0200 |
| commit | 0703dae9b29c1c47d67f2388342b7a0bc87f55b8 (patch) | |
| tree | 5d5e842d89cf2910871a9f51299b67267afcd078 /branch.go | |
| parent | 1670c49c7e02ba38aa10072a102a33c3e6d5e1c3 (diff) | |
| parent | 82f86f2f13213cfadfafc07a033c269095386dbc (diff) | |
Merge pull request #320 from netnose/enum-mappings
Enum Mappings
Diffstat (limited to 'branch.go')
| -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 ) |
