]> git.ipfire.org Git - thirdparty/git.git/commit
asciidoctor-extensions.rb.in: add missing word
authorMartin Ågren <martin.agren@gmail.com>
Fri, 20 Dec 2024 23:18:17 +0000 (00:18 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 21 Dec 2024 01:34:35 +0000 (17:34 -0800)
commitc683924d06e3c1f0166054450d4a7ecbabca0756
tree1a6bfceb14af8a39c3e46ac66f62d5d7d2b1b9b9
parent298805c823067ca32b1577662c87f77240e36aec
asciidoctor-extensions.rb.in: add missing word

Commit a38edab7c8 (Makefile: generate doc versions via GIT-VERSION-GEN,
2024-12-06) stopped providing an attribute value "Git $(GIT_VERSION)" to
asciidoc/Asciidoctor over the command line. Instead, we now provide the
attribute to asciidoc through a generated asciidoc.conf, where the value
is generated as "Git @GIT_VERSION@".

In the similar mechanism for Asciidoctor, we forgot the "Git" prefix.
Restore it.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/asciidoctor-extensions.rb.in