From: "Kyle Lippincott via GitGitGadget" <gitgitgadget@gmail.com>
To: git@vger.kernel.org
Cc: Kyle Lippincott <spectral@google.com>,
Kyle Lippincott <spectral@google.com>
Subject: [PATCH] doc: remove extra quotes in generated docs
Date: Tue, 17 Dec 2024 23:47:47 +0000 [thread overview]
Message-ID: <pull.1847.git.git.1734479267736.gitgitgadget@gmail.com> (raw)
From: Kyle Lippincott <spectral@google.com>
Commit <FILL THIS IN> moved these variables from the Makefile to
asciidoc.conf.in, and in doing so added some extraneous quotes. These
are visible in the generated .xml files, at least, and possibly in other
locations:
```
```
Signed-off-by: Kyle Lippincott <spectral@google.com>
---
doc: remove extra quotes in generated docs
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1847%2Fspectral54%2Fdoc-remove-extra-quotes-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1847/spectral54/doc-remove-extra-quotes-v1
Pull-Request: https://github.com/git/git/pull/1847
Documentation/asciidoc.conf.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/asciidoc.conf.in b/Documentation/asciidoc.conf.in
index dbe36a52eab..b89bccf2309 100644
--- a/Documentation/asciidoc.conf.in
+++ b/Documentation/asciidoc.conf.in
@@ -21,9 +21,9 @@ tilde=~
apostrophe='
backtick=`
litdd=--
-manmanual='Git Manual'
-mansource='Git @GIT_VERSION@'
-revdate='@GIT_DATE@'
+manmanual=Git Manual
+mansource=Git @GIT_VERSION@
+revdate=@GIT_DATE@
ifdef::backend-docbook[]
[linkgit-inlinemacro]
base-commit: 0fc57dec578fcc8dcda5cc3de6b81fa1f6719770
--
gitgitgadget
next reply other threads:[~2024-12-17 23:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-17 23:47 Kyle Lippincott via GitGitGadget [this message]
2024-12-18 0:53 ` [PATCH] doc: remove extra quotes in generated docs Junio C Hamano
2024-12-18 0:57 ` [PATCH v2] " Kyle Lippincott via GitGitGadget
2024-12-18 1:11 ` Junio C Hamano
2024-12-18 1:22 ` Junio C Hamano
2024-12-18 11:33 ` make GIT_VERSION=foo broken, was " Jeff King
2024-12-18 13:19 ` Patrick Steinhardt
2024-12-18 12:13 ` Jeff King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=pull.1847.git.git.1734479267736.gitgitgadget@gmail.com \
--to=gitgitgadget@gmail.com \
--cc=git@vger.kernel.org \
--cc=spectral@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).