Skip to content

Commit b07404d

Browse files
committed
Merge branch 'kh/doc-git-log-markup-fix' into jch
Doc update. * kh/doc-git-log-markup-fix: doc: git-log: fix description list
2 parents 1cb887e + 823d537 commit b07404d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/config/log.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ be used.
2323
Print out the ref names of any commits that are shown by the log
2424
command. Possible values are:
2525
+
26-
----
26+
--
2727
`short`;; the ref name prefixes `refs/heads/`, `refs/tags/` and
2828
`refs/remotes/` are not printed.
2929
`full`;; the full ref name (including prefix) are printed.
3030
`auto`;; if the output is going to a terminal,
3131
the ref names are shown as if `short` were given, otherwise no ref
3232
names are shown.
33-
----
33+
--
3434
+
3535
This is the same as the `--decorate` option of the `git log`.
3636

0 commit comments

Comments
 (0)