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)
commitb7ebe8f0479a75e4a8c6be4976330e461592c1f2
tree9a215fbd6d4f7d2691654462de0c5138a8e99fca
parentb2b7a5410d811579932a22ff61092780be1f0bb7
parentf9f60d70663a89ff06fd38c806e47fc51f29ff72
Merge branch 'ra/send-email-in-reply-to-from-command-line-wins' into master

"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