diff options
| author | Carlos MartÃn Nieto <carlosmn@github.com> | 2017-04-17 17:19:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-17 17:19:03 +0200 |
| commit | 8d89e409616831b7b30a5ca7b89354957137b65e (patch) | |
| tree | a7e29189c8d2e4d7eedcca34e273bdc905e7a7a4 /include/git2/errors.h | |
| parent | f9d3b0d05f19a59e3327deabc2edc93e507c6aa3 (diff) | |
| parent | 86536c7e45cce275f4aef187b44eb21f2304489a (diff) | |
| download | libgit2-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.h | 1 |
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; /** |
