We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff132a1 + e479c5f commit caac7a3Copy full SHA for caac7a3
Documentation/pretty-options.txt
@@ -37,7 +37,10 @@ people using 80-column terminals.
37
in their encoding header; this option can be used to tell the
38
command to re-code the commit log message in the encoding
39
preferred by the user. For non plumbing commands this
40
- defaults to UTF-8.
+ defaults to UTF-8. Note that if an object claims to be encoded
41
+ in `X` and we are outputting in `X`, we will output the object
42
+ verbatim; this means that invalid sequences in the original
43
+ commit may be copied to the output.
44
45
--notes[=<ref>]::
46
Show the notes (see linkgit:git-notes[1]) that annotate the
0 commit comments