summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2013-12-02 11:15:27 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2013-12-02 16:57:41 -0600
commit300d192f7ed45112121f2a35d5ca80a4913c7aad (patch)
treea3000995c66950ae009cd3e7f24153bf3683fb78 /include/git2/errors.h
parent14984af6cb9906746d2c64c5df7542ecd7406b16 (diff)
downloadlibgit2-300d192f7ed45112121f2a35d5ca80a4913c7aad.tar.gz
Introduce git_revert to revert a single commit
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 be7a31d8e..f1a8ea1ae 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -71,6 +71,7 @@ typedef enum {
GITERR_MERGE,
GITERR_SSH,
GITERR_FILTER,
+ GITERR_REVERT,
} git_error_t;
/**