Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
blame: avoid -lm by not using log().
[gitweb.git]
/
diff-files.c
diff --git
a/diff-files.c
b/diff-files.c
index 0c3f80046b51abd3c44da61a71dce7da3a712518..b1c05b325a8f171fc67c204471db2cb5e98b0b50 100644
(file)
--- a/
diff-files.c
+++ b/
diff-files.c
@@
-193,7
+193,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);