]> Kevux Git Server - rit/commit
doc: log: fix --decorate description list
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Mon, 27 Apr 2026 19:06:49 +0000 (21:06 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2026 00:46:26 +0000 (09:46 +0900)
commit31d19899c7a0e08e8cf843ea1abe7504eb3a1d34
tree55baac84c8f3d09a080b8424c6bdb25c429cf9fe
parent94f057755b7941b321fd11fec1b2e3ca5313a4e0
doc: log: fix --decorate description list

026f2e3b (doc: convert git-log to new documentation format, 2025-07-07)
transformed the inline description of `--decorate` options to a
description list:

    We also transform inline descriptions of possible values of option
    --decorate into a list, which is more readable and extensible.

But a source code block was used instead of an open block.

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