/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'nd/no-the-index'
[git/git.git]
/
read-cache.c
diff --git
a/read-cache.c
b/read-cache.c
index
c5fabc8
..
7b1354d
100644
(file)
--- a/
read-cache.c
+++ b/
read-cache.c
@@
-1493,7
+1493,7
@@
int refresh_index(struct index_state *istate, unsigned int flags,
if (ignore_submodules && S_ISGITLINK(ce->ce_mode))
continue;
- if (pathspec && !ce_path_match(ce, pathspec, seen))
+ if (pathspec && !ce_path_match(
&the_index,
ce, pathspec, seen))
filtered = 1;
if (ce_stage(ce)) {