Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pathspec: only match across submodule boundaries when requested
[gitweb.git]
/
pathspec.h
diff --git
a/pathspec.h
b/pathspec.h
index 60e6500401e687bc0d764c38c5d8b4928b7bfde8..d000b63d80df8bbed3c3f1d7b4f3082ad4bdc850 100644
(file)
--- 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 {