Thanks to visit codestin.com Credit goes to github.com
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 e48dd86 commit 7624b91Copy full SHA for 7624b91
include/git2/errors.h
@@ -48,6 +48,7 @@ typedef enum {
48
GIT_EEOF = -20, /**< Unexpected EOF */
49
GIT_EINVALID = -21, /**< Invalid operation or input */
50
GIT_EUNCOMMITTED = -22, /**< Uncommitted changes in index prevented operation */
51
+ GIT_EDIRECTORY = -23, /**< The operation is not valid for a directory */
52
53
GIT_PASSTHROUGH = -30, /**< Internal only */
54
GIT_ITEROVER = -31, /**< Signals end of iteration with iterator */
0 commit comments