Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
"Assume unchanged" git
[gitweb.git]
/
diff-files.c
diff --git
a/diff-files.c
b/diff-files.c
index d24d11c28dbc2996a352c7adacef0d96cfad5fe6..c96ad35fb6cdb74494d1fdd93e1f125412ee024c 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);