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.
1 parent f4a3dd4 commit 1526448Copy full SHA for 1526448
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