OSDN Git Service

check-non-portable-shell.pl: `wc -l` may have leading WS
[git-core/git.git] / pathspec.h
index 6420d10..099a170 100644 (file)
@@ -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 {