Skip to content

Commit a803b1e

Browse files
spectral54gitster
authored andcommitted
doc: remove extra quotes in generated docs
Commit a38edab (Makefile: generate doc versions via GIT-VERSION-GEN, 2024-12-06) moved these variables from the Makefile to asciidoc.conf.in. When doing so, some extraneous quotes were added; these are visible in the generated .xml files, at least, and possibly in other locations: --- a/tmp/orig-git-bisect.xml +++ b/Documentation/git-bisect.xml @@ -5,14 +5,14 @@ <refentry lang="en"> <refentryinfo> <title>git-bisect(1)</title> - <date>2024-12-06</date> -<revhistory><revision><date>2024-12-06</date></revision></revhistory> + <date>'2024-12-06'</date>^M +<revhistory><revision><date>'2024-12-06'</date></revision></revhistory>^M </refentryinfo> <refmeta> <refentrytitle>git-bisect</refentrytitle> <manvolnum>1</manvolnum> -<refmiscinfo class="source">Git 2.47.1.409.g9bb10d27e7</refmiscinfo> -<refmiscinfo class="manual">Git Manual</refmiscinfo> +<refmiscinfo class="source">'Git 2.47.1.410.ga38edab7c8'</refmiscinfo>^M +<refmiscinfo class="manual">'Git Manual'</refmiscinfo>^M </refmeta> <refnamediv> <refname>git-bisect</refname> Signed-off-by: Kyle Lippincott <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a38edab commit a803b1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/asciidoc.conf.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ tilde=&#126;
2121
apostrophe=&#39;
2222
backtick=&#96;
2323
litdd=&#45;&#45;
24-
manmanual='Git Manual'
25-
mansource='Git @GIT_VERSION@'
26-
revdate='@GIT_DATE@'
24+
manmanual=Git Manual
25+
mansource=Git @GIT_VERSION@
26+
revdate=@GIT_DATE@
2727

2828
ifdef::backend-docbook[]
2929
[linkgit-inlinemacro]

0 commit comments

Comments
 (0)