X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=pathspec.h;h=099a170c2ef6eb01bee98c7ebf638f34655fda86;hb=daa8563143a311bbcf4187524d7178ed37c9dd9b;hp=6420d1080ae4165ad81b60376c714bd178463b6a;hpb=706566524ef59a97e89ba895b800398ef823d109;p=thirdparty%2Fgit.git diff --git a/pathspec.h b/pathspec.h index 6420d1080a..099a170c2e 100644 --- a/pathspec.h +++ b/pathspec.h @@ -24,6 +24,7 @@ struct pathspec { int nr; unsigned int has_wildcard:1; unsigned int recursive:1; + unsigned int recurse_submodules:1; unsigned magic; int max_depth; struct pathspec_item {