]> git.ipfire.org Git - thirdparty/git.git/blobdiff - submodule.h
Merge branch 'ab/plug-leak-in-revisions'
[thirdparty/git.git] / submodule.h
index 40c14452377521b9ca46b44e64e3580539c2d1cc..437bc96e05eb2fe3845b998be584737c6d67147d 100644 (file)
@@ -13,7 +13,7 @@ struct repository;
 struct string_list;
 struct strbuf;
 
-enum {
+enum submodule_recurse_mode {
        RECURSE_SUBMODULES_ONLY = -5,
        RECURSE_SUBMODULES_CHECK = -4,
        RECURSE_SUBMODULES_ERROR = -3,