summaryrefslogtreecommitdiff
path: root/git.go
diff options
context:
space:
mode:
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 b20f993..9afa504 100644
--- a/git.go
+++ b/git.go
@@ -23,6 +23,7 @@ const (
var (
ErrIterOver = errors.New("Iteration is over")
+ ErrInvalid = errors.New("Invalid state for operation")
)
func init() {