send-email: rename variable for clarity
authorChristian Ludwig <chrissicool@gmail.com>
Sat, 3 Mar 2018 23:58:13 +0000 (00:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Mar 2018 08:17:53 +0000 (00:17 -0800)
commit15dc3b9161dad12e37d74863d0ab5d94b661a936
tree21078db85ed73c3d7d7fcabf5b965b1d90eefb74
parentb6049542b97e7b135e0e82bf996084d461224d32
send-email: rename variable for clarity

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 <chrissicool@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl