]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ra/send-email-in-reply-to-from-command-line-wins' into master
authorJunio C Hamano <gitster@pobox.com>
Thu, 9 Jul 2020 21:00:42 +0000 (14:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Jul 2020 21:00:42 +0000 (14:00 -0700)
"git send-email --in-reply-to=<msg>" did not use the In-Reply-To:
header with the value given from the command line, and let it be
overridden by the value on In-Reply-To: header in the messages
being sent out (if exists).

* ra/send-email-in-reply-to-from-command-line-wins:
  send-email: restore --in-reply-to superseding behavior


Trivial merge