diff options
| author | ezwiebel <[email protected]> | 2016-11-01 10:57:23 +1100 |
|---|---|---|
| committer | ezwiebel <[email protected]> | 2016-11-01 10:59:32 +1100 |
| commit | a671e67ee884c0c69b6216ac0bff01dfde4dd622 (patch) | |
| tree | 54aa0275847090a47389cc5fe823ba907b4c9167 /git.go | |
| parent | 03e10c56391b1d7ca7e2c4e59417500bea2bd242 (diff) | |
Took @carlosmn PR review into account
Diffstat (limited to 'git.go')
| -rw-r--r-- | git.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ const ( ErrClassFilter ErrorClass = C.GITERR_FILTER ErrClassRevert ErrorClass = C.GITERR_REVERT ErrClassCallback ErrorClass = C.GITERR_CALLBACK + ErrClassRebase ErrorClass = C.GITERR_REBASE ) type ErrorCode int |
