summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authorVicent Martí <tanoku@gmail.com>2012-05-01 19:16:14 -0700
committerVicent Martí <tanoku@gmail.com>2012-05-01 19:16:14 -0700
commitb88021463f9ca4ebffe8e2a5b15d4b09be465923 (patch)
tree41695a3f26cb9d3bc9b07461f09bdcd154056431 /include/git2/errors.h
parent5587a9c93054643d66b022d03b975720e539cc3e (diff)
parent3aa351ea0fa0d9e8d155801cdac1e83d3b1717c1 (diff)
downloadlibgit2-b88021463f9ca4ebffe8e2a5b15d4b09be465923.tar.gz
Merge remote-tracking branch 'carlosmn/remaining-errors' into new-error-handling
Conflicts: src/refspec.c
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r--include/git2/errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h
index 325d0a615..17a701079 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -133,6 +133,8 @@ typedef enum {
GITERR_INDEX,
GITERR_OBJECT,
GITERR_NET,
+ GITERR_TAG,
+ GITERR_TREE,
} git_error_class;
/**