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)
2400
2400
DIFF_OPT_SET (options , EXIT_WITH_STATUS );
2401
2401
}
2402
2402
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
-
2410
2403
return 0 ;
2411
2404
}
2412
2405
@@ -3398,10 +3391,7 @@ static void diffcore_skip_stat_unmatch(struct diff_options *diffopt)
3398
3391
3399
3392
void diffcore_std (struct diff_options * options )
3400
3393
{
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 )
3405
3395
diffcore_skip_stat_unmatch (options );
3406
3396
if (options -> break_opt != -1 )
3407
3397
diffcore_break (options -> break_opt );
You can’t perform that action at this time.
0 commit comments