Skip to content

Commit ca9103d

Browse files
committed
Merge branch 'kl/pretty-doc-markup-fix'
Doc update. * kl/pretty-doc-markup-fix: doc: prevent overflowing <code> tag in rendered HTML
2 parents 19116cd + 5427de9 commit ca9103d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/pretty-formats.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ endif::git-rev-list[]
183183
`color.diff`, `color.ui`, or `--color`, and respecting the `auto`
184184
settings of the former if we are going to a terminal). `%C(auto,...)`
185185
is accepted as a historical synonym for the default (e.g.,
186-
`%C(auto,red)`). Specifying `%C(always,...) will show the colors
186+
`%C(auto,red)`). Specifying `%C(always,...)` will show the colors
187187
even when color is not otherwise enabled (though consider
188188
just using `--color=always` to enable color for the whole output,
189189
including this format and anything else git might color). `auto`

0 commit comments

Comments
 (0)