/
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
mark_fsmonitor_valid(): mark the index as changed if needed
[git/git.git]
/
diff-lib.c
diff --git
a/diff-lib.c
b/diff-lib.c
index
a838c21
..
61812f4
100644
(file)
--- a/
diff-lib.c
+++ b/
diff-lib.c
@@
-232,7
+232,7
@@
int run_diff_files(struct rev_info *revs, unsigned int option)
if (!changed && !dirty_submodule) {
ce_mark_uptodate(ce);
- mark_fsmonitor_valid(ce);
+ mark_fsmonitor_valid(
istate,
ce);
if (!revs->diffopt.flags.find_copies_harder)
continue;
}