summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <carlosmn@github.com>2017-04-17 17:19:03 +0200
committerGitHub <noreply@github.com>2017-04-17 17:19:03 +0200
commit8d89e409616831b7b30a5ca7b89354957137b65e (patch)
treea7e29189c8d2e4d7eedcca34e273bdc905e7a7a4 /include/git2/errors.h
parentf9d3b0d05f19a59e3327deabc2edc93e507c6aa3 (diff)
parent86536c7e45cce275f4aef187b44eb21f2304489a (diff)
downloadlibgit2-8d89e409616831b7b30a5ca7b89354957137b65e.tar.gz
Merge pull request #4192 from libgit2/ethomson/win32_posix
Refactor some of the win32 POSIX emulation
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r--include/git2/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h
index 3b746b758..71bff0f9d 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -53,6 +53,7 @@ typedef enum {
GIT_PASSTHROUGH = -30, /**< Internal only */
GIT_ITEROVER = -31, /**< Signals end of iteration with iterator */
+ GIT_RETRY = -32, /**< Internal only */
} git_error_code;
/**