line option.
This patch re-uses the $reply_to variable. This could break
out-of-tree patches!
Signed-off-by: Christian Ludwig
---
Documentation/git-send-email.txt | 5 +
contrib/completion/git-completion.bash | 2 +-
git-send-email.perl| 18
Hi,
this is the third iteration of this series. There was a request to
rebase the changes on the refactoring patch b6049542 ("send-email:
extract email-parsing code into a subroutine", 2017-12-15). This is
the result.
The diffstat is the same compared to the last revision. It could be
made smalle
The SMTP protocol has both, the 'Reply-To' and the 'In-Reply-To' header
fields. We only use the latter. To avoid confusion, rename the variable
for it.
Signed-off-by: Christian Ludwig
---
git-send-email.perl | 38 +++---
1 file changed,
ine option. Unfortunately
the $reply_to variable name was already taken for the 'In-Reply-To'
header field. To reduce code churn, use $reply_address as variable
name instead.
Signed-off-by: Christian Ludwig
---
Documentation/git-send-email.txt | 5 +
contrib/completion/gi
The SMTP protocol has both, the 'Reply-To' and the 'In-Reply-To' header
fields. We only use the latter. To avoid confusion, rename the variable
for it.
Signed-off-by: Christian Ludwig
---
git-send-email.perl | 38 +++---
1 file changed,
ine option. Unfortunately
the $reply_to variable name was already taken for the 'In-Reply-To'
header field. To reduce code churn, use $reply_address as variable
name instead.
Signed-off-by: Christian Ludwig
---
Documentation/git-send-email.txt | 5 +
git-send-email.perl
Use the wrapper function around the sed statement like everywhere else
in the test. Unfortunately the wrapper function is defined pretty late.
Move the wrapper to the top of the test file, so future users have it
available right away.
Signed-off-by: Christian Ludwig
---
t/t9001-send-email.sh
7 matches
Mail list logo