]> git.ipfire.org Git - thirdparty/git.git/commit - mailinfo.c
e-mail workflow: Message-ID is spelled with ID in both capital letters
authorJunio C Hamano <gitster@pobox.com>
Fri, 16 Dec 2022 01:47:19 +0000 (10:47 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Apr 2023 15:55:43 +0000 (08:55 -0700)
commitba4324c4e1e32a28381ea1f4835b78e4c9d45575
tree0661c607f484725a547b0fb1cdf81267f2886828
parent57e2c6ebbe7108b35ba30184dcbcb6c34c929ad8
e-mail workflow: Message-ID is spelled with ID in both capital letters

We used to write "Message-Id:" and "Message-ID:" pretty much
interchangeably, and the header name is defined to be case
insensitive by the RFCs, but the canonical form "Message-ID:" is
used throughout the RFC documents, so let's imitate it ourselves.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Reviewed-by: Elijah Newren <newren@gmail.com>
15 files changed:
Documentation/MyFirstContribution.txt
Documentation/git-format-patch.txt
Documentation/git-send-email.txt
git-send-email.perl
log-tree.c
mailinfo.c
t/t4014-format-patch.sh
t/t4150-am.sh
t/t4258/mbox
t/t5100/msg0002
t/t5100/msg0003
t/t5100/msg0012--message-id
t/t5100/quoted-cr.mbox
t/t5100/sample.mbox
t/t9001-send-email.sh