diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-03-15 15:00:45 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-03-15 15:00:45 -0700 |
| commit | e74737b6a1d403bd0ad856bd23143ba0bd5dfabb (patch) | |
| tree | 87804c035cd578a2d49aba62419dd1ffdcb94bec /t/t9001-send-email.sh | |
| parent | fbc615b70a134c982d76a57f73981af2240133cc (diff) | |
| parent | d11c943c7824ed91ec396c8726d18ce687848d34 (diff) | |
| download | git-e74737b6a1d403bd0ad856bd23143ba0bd5dfabb.tar.gz | |
Merge branch 'cl/send-email-reply-to'
"git send-email" learned "--reply-to=<address>" option.
* cl/send-email-reply-to:
send-email: support separate Reply-To address
send-email: rename variable for clarity
Diffstat (limited to 't/t9001-send-email.sh')
| -rwxr-xr-x | t/t9001-send-email.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh index 19601fb546..e80eacbb1b 100755 --- a/t/t9001-send-email.sh +++ b/t/t9001-send-email.sh @@ -224,6 +224,7 @@ Message-Id: MESSAGE-ID-STRING X-Mailer: X-MAILER-STRING In-Reply-To: <unique-message-id@example.com> References: <unique-message-id@example.com> +Reply-To: Reply <reply@example.com> Result: OK EOF @@ -316,6 +317,7 @@ test_expect_success $PREREQ 'Show all headers' ' --dry-run \ --suppress-cc=sob \ --from="Example <from@example.com>" \ + --reply-to="Reply <reply@example.com>" \ --to=to@example.com \ --cc=cc@example.com \ --bcc=bcc@example.com \ |
