aboutsummaryrefslogtreecommitdiff
path: root/t/t4014-format-patch.sh
diff options
context:
space:
mode:
authorDaniel Barkalow <barkalow@iabervon.org>2008-02-19 02:40:33 -0500
committerJunio C Hamano <gitster@pobox.com>2008-02-19 21:49:38 -0800
commit3ee79d9f59684778151804c02cc6ad155b30efde (patch)
tree70b816a328f76680f1aeab2b09bf57ed67b599ec /t/t4014-format-patch.sh
parent7d22708b254d4ec28cd865dc5489d175ee6d65c2 (diff)
downloadgit-3ee79d9f59684778151804c02cc6ad155b30efde.tar.gz
git-3ee79d9f59684778151804c02cc6ad155b30efde.tar.xz
Combine To: and Cc: headers
RFC 2822 only permits a single To: header and a single Cc: header, so we need to turn multiple values of each of these into a list. This will be particularly significant with a command-line option to add Cc: headers, where the user can't make sure to configure valid header sets in any easy way. Signed-off-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4014-format-patch.sh')
-rwxr-xr-xt/t4014-format-patch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4014-format-patch.sh b/t/t4014-format-patch.sh
index 755fe6dfa..43d8841d7 100755
--- a/t/t4014-format-patch.sh
+++ b/t/t4014-format-patch.sh
@@ -112,7 +112,7 @@ test_expect_success 'extra headers without newlines' '
'
-test_expect_failure 'extra headers with multiple To:s' '
+test_expect_success 'extra headers with multiple To:s' '
git config --replace-all format.headers "To: R. E. Cipient <rcipient@example.com>" &&
git config --add format.headers "To: S. E. Cipient <scipient@example.com>" &&