diff options
author | Russell Belfer <rb@github.com> | 2012-08-02 13:00:58 -0700 |
---|---|---|
committer | Russell Belfer <rb@github.com> | 2012-08-24 11:00:26 -0700 |
commit | aa13bf05c84f10f364ce35c5d4f989337b36e043 (patch) | |
tree | ca5877bd006a6bfdcd9aad5587e36e89523d6cd2 /include/git2/errors.h | |
parent | decff7b4c13939e5f00d51aea4176fc543d73ede (diff) | |
download | libgit2-aa13bf05c84f10f364ce35c5d4f989337b36e043.tar.gz |
Major submodule rewrite
This replaces the old submodule API with a new extended API that
supports most of the things that can be done with `git submodule`.
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r-- | include/git2/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h index 2ab1da40..b55f8c30 100644 --- a/include/git2/errors.h +++ b/include/git2/errors.h @@ -54,6 +54,7 @@ typedef enum { GITERR_TREE, GITERR_INDEXER, GITERR_SSL, + GITERR_SUBMODULE, } git_error_t; /** |