summaryrefslogtreecommitdiff
path: root/git.go
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2017-04-13 20:50:41 +0200
committerGitHub <[email protected]>2017-04-13 20:50:41 +0200
commit97f1722244c1888fcf231bdffb60edd6c04ff9dc (patch)
treed7317f75d937dce79b1edba77966f79a533200fa /git.go
parent4a14260153072e1e0d8e32d9270b30e3acca7c80 (diff)
parent6118c9ba37f494cbb892aa686416280ae6ee6593 (diff)
Merge pull request #332 from ezwiebel/rebase-wrapper
Rebase wrapper
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 cb973ee..c032b0a 100644
--- a/git.go
+++ b/git.go
@@ -53,6 +53,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