diff options
Diffstat (limited to 'src/git2')
| -rw-r--r-- | src/git2/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/git2/common.h b/src/git2/common.h index bbeec4128..350429f5c 100644 --- a/src/git2/common.h +++ b/src/git2/common.h @@ -136,6 +136,9 @@ /** The index file is not backed up by an existing repository */ #define GIT_EBAREINDEX (GIT_ERROR -14) +/** The path is invalid */ +#define GIT_EINVALIDPATH (GIT_ERROR - 19) + GIT_BEGIN_DECL /** @} */ GIT_END_DECL |
