X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diff-files.c;h=b1c05b325a8f171fc67c204471db2cb5e98b0b50;hb=86da1c567da0421649cb1e8e999311012c764337;hp=0c3f80046b51abd3c44da61a71dce7da3a712518;hpb=8fa40aa915964f0df281106221b10fbe664b4fa9;p=git.git diff --git a/diff-files.c b/diff-files.c index 0c3f8004..b1c05b32 100644 --- 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);