]> git.ipfire.org Git - thirdparty/git.git/commitdiff
SubmittingPatches: hyphenate non-ASCII
authorJosh Soref <jsoref@gmail.com>
Thu, 28 Dec 2023 04:55:24 +0000 (04:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Dec 2023 05:33:24 +0000 (21:33 -0800)
Git documentation does this with the exception of ancient release notes.

Signed-off-by: Josh Soref <jsoref@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches

index 5e2e13b5e094dbafa21432b338f1164e039ab203..e734a3f0f175795f0633e93c07afd13f9183efc8 100644 (file)
@@ -699,7 +699,7 @@ message to an external program, and this is a handy way to drive
 `git am`.  However, if the message is MIME encoded, what is
 piped into the program is the representation you see in your
 `*Article*` buffer after unwrapping MIME.  This is often not what
-you would want for two reasons.  It tends to screw up non ASCII
+you would want for two reasons.  It tends to screw up non-ASCII
 characters (most notably in people's names), and also
 whitespaces (fatal in patches).  Running "C-u g" to display the
 message in raw form before using "|" to run the pipe can work