diff options
author | Rafael Aquini <aquini@redhat.com> | 2020-06-29 10:11:04 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-07-01 16:12:21 -0700 |
commit | f9f60d70663a89ff06fd38c806e47fc51f29ff72 (patch) | |
tree | f59bdbd0ad3a39b8f8dbb0be039a82b45619c951 /contrib/thunderbird-patch-inline | |
parent | Git 2.26.2 (diff) | |
download | tgif-f9f60d70663a89ff06fd38c806e47fc51f29ff72.tar.xz |
send-email: restore --in-reply-to superseding behavior
git send-email --in-reply-to= fails to override In-Reply-To email headers,
if they're present in the output of format-patch, even when explicitly
told to do so by the option --no-thread, which breaks the contract of the
command line switch option, per its man page.
"
--in-reply-to=<identifier>
Make the first mail (or all the mails with --no-thread) appear as
a reply to the given Message-Id, which avoids breaking threads to
provide a new patch series.
"
This patch fixes the aformentioned issue, by bringing --in-reply-to's old
overriding behavior back.
The test was donated by Carlo Marcelo Arenas Belón.
Signed-off-by: Rafael Aquini <aquini@redhat.com>
Helped-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/thunderbird-patch-inline')
0 files changed, 0 insertions, 0 deletions