Skip to content

Commit 5427de9

Browse files
Katrin Leinwebergitster
authored andcommitted
doc: prevent overflowing <code> tag in rendered HTML
Add an apparently missing back-tick to fix a multi-line <code> section on https://git-scm.com/docs/git-log which seems to have been caused by commit 18fb7ff ("pretty: respect color settings [...]", 2017-07-13). Signed-off-by: Katrin Leinweber <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0d0ac38 commit 5427de9

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
@@ -181,7 +181,7 @@ endif::git-rev-list[]
181181
`color.diff`, `color.ui`, or `--color`, and respecting the `auto`
182182
settings of the former if we are going to a terminal). `%C(auto,...)`
183183
is accepted as a historical synonym for the default (e.g.,
184-
`%C(auto,red)`). Specifying `%C(always,...) will show the colors
184+
`%C(auto,red)`). Specifying `%C(always,...)` will show the colors
185185
even when color is not otherwise enabled (though consider
186186
just using `--color=always` to enable color for the whole output,
187187
including this format and anything else git might color). `auto`

0 commit comments

Comments
 (0)