diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-12-16 10:47:19 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-04-03 08:55:43 -0700 |
| commit | ba4324c4e1e32a28381ea1f4835b78e4c9d45575 (patch) | |
| tree | 0661c607f484725a547b0fb1cdf81267f2886828 /t/t5100/msg0003 | |
| parent | Start the 2.40 cycle (diff) | |
| download | git-ba4324c4e1e32a28381ea1f4835b78e4c9d45575.tar.gz git-ba4324c4e1e32a28381ea1f4835b78e4c9d45575.zip | |
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>
Diffstat (limited to 't/t5100/msg0003')
| -rw-r--r-- | t/t5100/msg0003 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5100/msg0003 b/t/t5100/msg0003 index 1ac68101b1..3402b534a6 100644 --- a/t/t5100/msg0003 +++ b/t/t5100/msg0003 @@ -3,7 +3,7 @@ message: From: Nit Picker <nit.picker@example.net> Subject: foo is too old -Message-Id: <nitpicker.12121212@example.net> +Message-ID: <nitpicker.12121212@example.net> Hopefully this would fix the problem stated there. |
