Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/status'
[gitweb.git]
/
diff-files.c
diff --git
a/diff-files.c
b/diff-files.c
index 7db5ce6407b9755e42445a7cf43d6dc5615bf3e7..574294f30254c3082820aa678b6df353540fefbf 100644
(file)
--- a/
diff-files.c
+++ b/
diff-files.c
@@
-191,7
+191,7
@@
int main(int argc, const char **argv)
show_file('-', ce);
continue;
}
- changed = ce_match_stat(ce, &st);
+ changed = ce_match_stat(ce, &st
, 0
);
if (!changed && !diff_options.find_copies_harder)
continue;
oldmode = ntohl(ce->ce_mode);