]> git.ipfire.org Git - thirdparty/git.git/commit
Documentation/git-reflog: convert to use synopsis type
authorPatrick Steinhardt <ps@pks.im>
Wed, 6 Aug 2025 05:54:12 +0000 (07:54 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Aug 2025 14:36:29 +0000 (07:36 -0700)
commite9493c55af074fb7179922fafa61104332c05cc9
tree7aab8451577d8e4b74b284cb979e2cca46b613d3
parentd82adb61ba2fd11d8f2587fca1b6bd7925ce4044
Documentation/git-reflog: convert to use synopsis type

With 974cdca345c (doc: introduce a synopsis typesetting, 2024-09-24) we
have introduced a new synopsis type that simplifies the rules for
typesetting a command's synopsis. Convert the git-reflog(1)
documentation to use it.

While at it, convert the list of options to use backticks. This is done
to appease an upcoming new linter that mandates the use of backticks
when using the synopsis type.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-reflog.adoc