summaryrefslogtreecommitdiffstats
path: root/tree-walk.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-01-27 10:48:32 -0800
committerJunio C Hamano <gitster@pobox.com>2014-01-27 10:48:32 -0800
commit8bba7206b503b63a8208355f66bc09c981072d51 (patch)
tree424ad832da62d397cd8ef7a24b0abbcc860413ee /tree-walk.c
parentMerge branch 'ta/doc-http-protocol-in-html' (diff)
parenttree_entry_interesting: match against all pathspecs (diff)
downloadgit-8bba7206b503b63a8208355f66bc09c981072d51.tar.xz
git-8bba7206b503b63a8208355f66bc09c981072d51.zip
Merge branch 'as/tree-walk-fix-aggressive-short-cut'
* as/tree-walk-fix-aggressive-short-cut: tree_entry_interesting: match against all pathspecs
Diffstat (limited to 'tree-walk.c')
-rw-r--r--tree-walk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tree-walk.c b/tree-walk.c
index c29b6a3a566..79dba1d0f4e 100644
--- a/tree-walk.c
+++ b/tree-walk.c
@@ -749,7 +749,7 @@ match_wildcards:
if (item->nowildcard_len &&
!match_wildcard_base(item, base_str, baselen, &matched))
- return entry_not_interesting;
+ continue;
/*
* Concatenate base and entry->path into one and do