]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: log: use the same delimiter in description list
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Mon, 27 Apr 2026 19:06:50 +0000 (21:06 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2026 00:46:26 +0000 (09:46 +0900)
We must use the same delimiter since this is a meant to be a flat
list. Introducing a new legal delimiter like `::` makes an inner
description list:

    ...
    full
    the full ref name ...

        auto
        if the output ...

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-log.adoc

index 1c95499060d1495301cc2f9dc2e428489fa32eb7..fb3ac112839cf76157ff6a0c43c9ae7c1c8b4d04 100644 (file)
@@ -40,7 +40,7 @@ OPTIONS
 `short`;; the ref name prefixes `refs/heads/`, `refs/tags/` and
        `refs/remotes/` are not printed.
 `full`;; the full ref name (including prefix) is printed.
-`auto`:: if the output is going to a terminal, the ref names
+`auto`;; if the output is going to a terminal, the ref names
        are shown as if `short` were given, otherwise no ref names are
        shown.
 --