diff.c: emit_diff_symbol learns DIFF_SYMBOL_HEADER
commita29b0a13bd9a3708918808e75ca368f91905d2fe
authorStefan Beller <sbeller@google.com>
Fri, 30 Jun 2017 00:06:57 +0000 (29 17:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Jun 2017 20:13:01 +0000 (30 13:13 -0700)
treefb07902efebf9901764fcaae6d98321ec2563c60
parent3ee8b7bfe403f8c0c566a6963f7377a0ae98011e
diff.c: emit_diff_symbol learns DIFF_SYMBOL_HEADER

The header is constructed lazily including line breaks, so just emit
the raw string as is.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c