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 18fb7ffc ("pretty: respect color settings [...]", 2017-07-13). Signed-off-by: Katrin Leinweber <katrin.leinweber@uni-konstanz.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Katrin Leinweber committed
Feb 7, 2019 at 20:16 UTC
5427de960b7baba27b1e296643d954f385516600
1 file changed
+1
-1
Documentation/pretty-formats.txt
+1
-1
@@ -181,7 +181,7 @@ endif::git-rev-list[]
181
`color.diff`, `color.ui`, or `--color`, and respecting the `auto`
182
settings of the former if we are going to a terminal). `%C(auto,...)`
183
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
185
even when color is not otherwise enabled (though consider
186
just using `--color=always` to enable color for the whole output,
187
including this format and anything else git might color). `auto`