]> Kevux Git Server - rit/commit
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)
commitb635fd0725dd74ae59a0467a3180624a8e9abdb0
tree68a7f9d4ed70a7345851fed366bec002fa8e9e21
parent31d19899c7a0e08e8cf843ea1abe7504eb3a1d34
doc: log: use the same delimiter in description list

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