summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Ludwig <chrissicool@gmail.com>2018-03-03 23:58:14 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-03-06 08:18:00 (GMT)
commitd11c943c7824ed91ec396c8726d18ce687848d34 (patch)
tree6107f6945f10aa59a1517cf8f7d27b36d4023d50 /contrib
parent15dc3b9161dad12e37d74863d0ab5d94b661a936 (diff)
downloadgit-d11c943c7824ed91ec396c8726d18ce687848d34.zip
git-d11c943c7824ed91ec396c8726d18ce687848d34.tar.gz
git-d11c943c7824ed91ec396c8726d18ce687848d34.tar.bz2
send-email: support separate Reply-To address
In some projects contributions from groups are only accepted from a common group email address. But every individual may want to receive replies to her own personal address. That's what we have 'Reply-To' headers for in SMTP. So introduce an optional '--reply-to' command line option. This patch re-uses the $reply_to variable. This could break out-of-tree patches! Signed-off-by: Christian Ludwig <chrissicool@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/completion/git-completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 3683c77..2a0dc4e 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -2081,7 +2081,7 @@ _git_send_email ()
--compose --confirm= --dry-run --envelope-sender
--from --identity
--in-reply-to --no-chain-reply-to --no-signed-off-by-cc
- --no-suppress-from --no-thread --quiet
+ --no-suppress-from --no-thread --quiet --reply-to
--signed-off-by-cc --smtp-pass --smtp-server
--smtp-server-port --smtp-encryption= --smtp-user
--subject --suppress-cc= --suppress-from --thread --to