X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff.c;h=5388ded2140d9d4268fbda702603902bf4530981;hb=0f360763c02d1230614e23f94fb298dab0162aa0;hp=05d0814e276601239d122767e635a37bc294e05f;hpb=4d06691eeca5712319a7e8cf2085d081dca9ea47;p=git.git diff --git a/diff.c b/diff.c index 05d0814e2..5388ded21 100644 --- a/diff.c +++ b/diff.c @@ -2210,7 +2210,7 @@ static void builtin_diff(const char *name_a, struct emit_callback ecbdata; const struct userdiff_funcname *pe; - if (!DIFF_XDL_TST(o, WHITESPACE_FLAGS) || must_show_header) { + if (must_show_header) { fprintf(o->file, "%s", header.buf); strbuf_reset(&header); }