summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2012-11-13 16:35:24 +0100
committerCarlos Martín Nieto <cmn@dwim.me>2014-04-30 09:46:25 +0200
commit3a728fb508ea3eea8033a9e338c61a6421ad21b2 (patch)
tree6f32280311850282e684840cbcc6c52b5a7c77bd /include/git2/errors.h
parent4cc71bb7fb7d10347bfa8ba57cb4cf74dcc79d4b (diff)
downloadlibgit2-3a728fb508ea3eea8033a9e338c61a6421ad21b2.tar.gz
object: introduce git_describe_object()
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 e22f0d86d..287498423 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -87,6 +87,7 @@ typedef enum {
GITERR_REVERT,
GITERR_CALLBACK,
GITERR_CHERRYPICK,
+ GITERR_DESCRIBE,
} git_error_t;
/**