diff options
author | Carlos Martín Nieto <carlos@cmartin.tk> | 2012-04-26 15:05:07 +0200 |
---|---|---|
committer | Carlos Martín Nieto <carlos@cmartin.tk> | 2012-04-26 15:38:42 +0200 |
commit | 3aa351ea0fa0d9e8d155801cdac1e83d3b1717c1 (patch) | |
tree | 9b2d8994245744ca0d2c2d07ef2d61e420451172 /include/git2/errors.h | |
parent | eb3d71a5bcd78cb4840e62194e8998141508af88 (diff) | |
download | libgit2-3aa351ea0fa0d9e8d155801cdac1e83d3b1717c1.tar.gz |
error handling: move the missing parts over to the new error handling
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r-- | include/git2/errors.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h index 325d0a61..17a70107 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; /** |