diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-03-15 23:00:45 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-03-15 23:00:45 +0100 |
commit | e74737b6a1d403bd0ad856bd23143ba0bd5dfabb (patch) | |
tree | 87804c035cd578a2d49aba62419dd1ffdcb94bec /contrib | |
parent | Merge branch 'np/send-email-header-parsing' (diff) | |
parent | send-email: support separate Reply-To address (diff) | |
download | git-e74737b6a1d403bd0ad856bd23143ba0bd5dfabb.tar.xz git-e74737b6a1d403bd0ad856bd23143ba0bd5dfabb.zip |
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 'contrib')
-rw-r--r-- | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index f1981aa75d..6da95b8095 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -2019,7 +2019,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 |