mirror of
https://github.com/git/git.git
synced 2024-12-13 11:54:56 +08:00
ba4324c4e1
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>
22 lines
649 B
Plaintext
22 lines
649 B
Plaintext
Here is a patch from A U Thor. This addresses the issue raised in the
|
|
message:
|
|
|
|
From: Nit Picker <nit.picker@example.net>
|
|
Subject: foo is too old
|
|
Message-ID: <nitpicker.12121212@example.net>
|
|
|
|
Hopefully this would fix the problem stated there.
|
|
|
|
|
|
I have included an extra blank line above, but it does not have to be
|
|
stripped away here, along with the
|
|
whitespaces at the end of the above line. They are expected to be squashed
|
|
when the message is made into a commit log by stripspace,
|
|
Also, there are three blank lines after this paragraph,
|
|
two truly blank and another full of spaces in between.
|
|
|
|
|
|
|
|
Hope this helps.
|
|
|