Fix format.headers not ending with a newline
commit7d22708b254d4ec28cd865dc5489d175ee6d65c2
authorDaniel Barkalow <barkalow@iabervon.org>
Tue, 19 Feb 2008 07:40:31 +0000 (19 02:40 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Feb 2008 05:49:38 +0000 (19 21:49 -0800)
tree378316b8f3dd966c90d8889de5fd1cb5c23a323d
parenta8d8173e6c7ff85627377389e40844ec71206f5e
Fix format.headers not ending with a newline

Now each value of format.headers will always be treated as a single
valid header, and newlines will be inserted between them as needed.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-log.c
t/t4014-format-patch.sh