doc: git-log: fix description list

b27be108c89 (doc: git-log: convert log config to new doc format, 2025-07-07) intended to convert a paragraph describing the different options for `log.decorate` into a description list. But the literal block syntax was used by mistake. Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Kristoffer Haugsbakk committed Aug 8, 2025 at 15:43 UTC 823d537fa7bd35a5218ef2f625a8e4598c47cd3a
1 file changed +2 -2
Documentation/config/log.adoc
+2 -2
@@ -23,14 +23,14 @@ be used.
23 Print out the ref names of any commits that are shown by the log
24 command. Possible values are:
25 +
26 -----
26 +--
27 `short`;; the ref name prefixes `refs/heads/`, `refs/tags/` and
28 `refs/remotes/` are not printed.
29 `full`;; the full ref name (including prefix) are printed.
30 `auto`;; if the output is going to a terminal,
31 the ref names are shown as if `short` were given, otherwise no ref
32 names are shown.
33 -----
33 +--
34 +
35 This is the same as the `--decorate` option of the `git log`.
36