summaryrefslogtreecommitdiff
path: root/git.go
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2015-06-28 01:32:13 +0200
committerCarlos Martín Nieto <[email protected]>2015-06-28 01:32:13 +0200
commite50203a2531209d32fab9d9b5fea3ff55c873c86 (patch)
tree782cd6f6816aec27707f2b84df4471e9a6983440 /git.go
parent70c95a7655eddffda4cd8fddd87536c5580136fe (diff)
parent2488de286c0f73b31e95820835767adc3d2ee101 (diff)
Merge remote-tracking branch 'upstream/master' into next
Conflicts: branch.go
Diffstat (limited to 'git.go')
-rw-r--r--git.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/git.go b/git.go
index ae65cb7..34d58e6 100644
--- a/git.go
+++ b/git.go
@@ -86,6 +86,8 @@ const (
ErrPassthrough ErrorCode = C.GIT_PASSTHROUGH
// Signals end of iteration with iterator
ErrIterOver ErrorCode = C.GIT_ITEROVER
+ // Authentication failed
+ ErrAuth ErrorCode = C.GIT_EAUTH
)
var (