X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff.c;h=5388ded2140d9d4268fbda702603902bf4530981;hb=a12c6b0149e3dadd0701dac4fd0ba2463d251650;hp=05d0814e276601239d122767e635a37bc294e05f;hpb=e147e9693ace9f7c6dafd4095d3cde80d047e787;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); }