Skip to content

Commit 291873e

Browse files
jsorefgitster
authored andcommitted
SubmittingPatches: hyphenate non-ASCII
Git documentation does this with the exception of ancient release notes. Signed-off-by: Josh Soref <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7818951 commit 291873e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/SubmittingPatches

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ message to an external program, and this is a handy way to drive
699699
`git am`. However, if the message is MIME encoded, what is
700700
piped into the program is the representation you see in your
701701
`*Article*` buffer after unwrapping MIME. This is often not what
702-
you would want for two reasons. It tends to screw up non ASCII
702+
you would want for two reasons. It tends to screw up non-ASCII
703703
characters (most notably in people's names), and also
704704
whitespaces (fatal in patches). Running "C-u g" to display the
705705
message in raw form before using "|" to run the pipe can work

0 commit comments

Comments
 (0)