File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -2400,13 +2400,6 @@ int diff_setup_done(struct diff_options *options)
24002400 DIFF_OPT_SET (options , EXIT_WITH_STATUS );
24012401 }
24022402
2403- /*
2404- * If we postprocess in diffcore, we cannot simply return
2405- * upon the first hit. We need to run diff as usual.
2406- */
2407- if (options -> pickaxe || options -> filter )
2408- DIFF_OPT_CLR (options , QUIET );
2409-
24102403 return 0 ;
24112404}
24122405
@@ -3398,10 +3391,7 @@ static void diffcore_skip_stat_unmatch(struct diff_options *diffopt)
33983391
33993392void diffcore_std (struct diff_options * options )
34003393{
3401- if (DIFF_OPT_TST (options , QUIET ))
3402- return ;
3403-
3404- if (options -> skip_stat_unmatch && !DIFF_OPT_TST (options , FIND_COPIES_HARDER ))
3394+ if (options -> skip_stat_unmatch )
34053395 diffcore_skip_stat_unmatch (options );
34063396 if (options -> break_opt != -1 )
34073397 diffcore_break (options -> break_opt );
You can’t perform that action at this time.
0 commit comments