Allow adding arbitary lines in the mail header generated by format-patch.
commit00333ca35c5986e44d4cd4fd59433200d916f77e
authorMike McCormack <mike@codeweavers.com>
Mon, 6 Mar 2006 13:10:21 +0000 (6 22:10 +0900)
committerJunio C Hamano <junkio@cox.net>
Tue, 7 Mar 2006 01:04:07 +0000 (6 17:04 -0800)
tree77de22029419e69f0a0249350a45c728c80d114c
parent1242642c468a7bcc335a676273eae4ced8a55f04
Allow adding arbitary lines in the mail header generated by format-patch.

Entries may be added to the config file as follows:

[format]
         headers = "Organization: CodeWeavers\nTo: wine-patches
<wine-patches@winehq.org>\n"

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-format-patch.sh