summaryrefslogtreecommitdiff
path: root/git.go
diff options
context:
space:
mode:
authorezwiebel <[email protected]>2016-11-01 10:57:23 +1100
committerezwiebel <[email protected]>2016-11-01 10:59:32 +1100
commita671e67ee884c0c69b6216ac0bff01dfde4dd622 (patch)
tree54aa0275847090a47389cc5fe823ba907b4c9167 /git.go
parent03e10c56391b1d7ca7e2c4e59417500bea2bd242 (diff)
Took @carlosmn PR review into account
Diffstat (limited to 'git.go')
-rw-r--r--git.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/git.go b/git.go
index ed891e6..e272389 100644
--- a/git.go
+++ b/git.go
@@ -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