Add tests for extra headers in format-patch
commita8d8173e6c7ff85627377389e40844ec71206f5e
authorDaniel Barkalow <barkalow@iabervon.org>
Tue, 19 Feb 2008 07:40:28 +0000 (19 02:40 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Feb 2008 05:49:38 +0000 (19 21:49 -0800)
tree4a2c2d625f20483516b6d7fa36139ba60babd27a
parenta5a27c79b7e77e28462b6d089e827391b67d3e5f
Add tests for extra headers in format-patch

Presently, it works with each header ending with a newline, but not
without the newlines.

Also add a test to see that multiple "To:" headers get combined.

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