]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ag/send-email-edit-threading-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Jun 2025 20:57:43 +0000 (13:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Jun 2025 20:57:44 +0000 (13:57 -0700)
"git send-email" incremented its internal message counter when a
message was edited, which made logic that treats the first message
specially misbehave, which has been corrected.

* ag/send-email-edit-threading-fix:
  send-email: show the new message id assigned by outlook in the logs
  send-email: fix bug resulting in broken threads if a message is edited


Trivial merge