We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901d615 commit 4b15b4aCopy full SHA for 4b15b4a
diff.c
@@ -2326,15 +2326,12 @@ void diff_setup(struct diff_options *options)
2326
options->break_opt = -1;
2327
options->rename_limit = -1;
2328
options->dirstat_percent = 3;
2329
- DIFF_OPT_CLR(options, DIRSTAT_CUMULATIVE);
2330
options->context = 3;
2331
2332
options->change = diff_change;
2333
options->add_remove = diff_addremove;
2334
if (diff_use_color_default > 0)
2335
DIFF_OPT_SET(options, COLOR_DIFF);
2336
- else
2337
- DIFF_OPT_CLR(options, COLOR_DIFF);
2338
options->detect_rename = diff_detect_rename_default;
2339
2340
if (!diff_mnemonic_prefix) {
0 commit comments