From aa13bf05c84f10f364ce35c5d4f989337b36e043 Mon Sep 17 00:00:00 2001 From: Russell Belfer Date: Thu, 2 Aug 2012 13:00:58 -0700 Subject: 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`. --- include/git2/errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/git2/errors.h') diff --git a/include/git2/errors.h b/include/git2/errors.h index 2ab1da403..b55f8c30d 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; /** -- cgit v1.2.1