X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=pathspec.h;h=099a170c2ef6eb01bee98c7ebf638f34655fda86;hb=7dbe8c8003f3bec04f9dbbfff2b4bff172e52d9c;hp=6420d1080ae4165ad81b60376c714bd178463b6a;hpb=10f65c239a885336b745cc9d2e1654980ffef41e;p=git-core%2Fgit.git diff --git a/pathspec.h b/pathspec.h index 6420d1080..099a170c2 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 {