aboutsummaryrefslogtreecommitdiff
path: root/diff-index.c
diff options
context:
space:
mode:
Diffstat (limited to 'diff-index.c')
-rw-r--r--diff-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/diff-index.c b/diff-index.c
index f8a102ec1..12a9418d6 100644
--- a/diff-index.c
+++ b/diff-index.c
@@ -33,7 +33,7 @@ static int get_stat_data(struct cache_entry *ce,
}
return -1;
}
- changed = ce_match_stat(ce, &st);
+ changed = ce_match_stat(ce, &st, 0);
if (changed) {
mode = create_ce_mode(st.st_mode);
if (!trust_executable_bit &&