We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93c4c5b + 0505eef commit 30de4b2Copy full SHA for 30de4b2
git.go
@@ -61,6 +61,8 @@ const (
61
// Object exists preventing operation
62
ErrExists ErrorCode = C.GIT_EEXISTS
63
// More than one object matches
64
+ ErrAmbiguous ErrorCode = C.GIT_EAMBIGUOUS
65
+ // (backwards compatibility misspelling)
66
ErrAmbigious ErrorCode = C.GIT_EAMBIGUOUS
67
// Output buffer too short to hold data
68
ErrBuffs ErrorCode = C.GIT_EBUFS
0 commit comments