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 69942c0 commit 0cda0ffCopy full SHA for 0cda0ff
ext/rugged/rugged.c
@@ -39,6 +39,10 @@ const char *RUGGED_ERROR_NAMES[] = {
39
"DescribeError", /* GIT_ERROR_DESCRIBE */
40
"RebaseError", /* GIT_ERROR_REBASE */
41
"FilesystemError", /* GIT_ERROR_FILESYSTEM */
42
+ "PathError", /* GIT_ERROR_PATCH */
43
+ "WorktreeError", /* GIT_ERROR_WORKTREE */
44
+ "SHA1Error", /* GIT_ERROR_SHA1 */
45
+ "HTTPError", /* GIT_ERROR_HTTP */
46
};
47
48
#define RUGGED_ERROR_COUNT (int)((sizeof(RUGGED_ERROR_NAMES)/sizeof(RUGGED_ERROR_NAMES[0])))
0 commit comments