From: Patrick Steinhardt <ps@pks.im>
To: "Martin Ågren" <martin.agren@gmail.com>
Cc: git@vger.kernel.org, "Sergey Organov" <sorganov@gmail.com>,
"Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Subject: Re: [PATCH 2/3] git.txt: fix monospace rendering
Date: Thu, 18 Feb 2021 07:27:39 +0100 [thread overview]
Message-ID: <YC4I20bQ0jeNLO+M@ncase> (raw)
In-Reply-To: <97c686dd7ba1bbd1c0be6f7f61a3a033adf8adb6.1613590761.git.martin.agren@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1979 bytes --]
On Wed, Feb 17, 2021 at 08:56:05PM +0100, Martin Ågren wrote:
> When we write `<name>`s with the "s" tucked on to the closing backtick,
> we end up rendering the backticks literally. Rephrase this sentence
> slightly to render this as monospace.
>
> Signed-off-by: Martin Ågren <martin.agren@gmail.com>
> ---
> doc-diff:
> --- a/.../man/man1/git.1
> +++ b/.../man/man1/git.1
> @@ -77,8 +77,8 @@ OPTIONS
> setting the value to an empty string, instead the environment
> variable itself must be set to the empty string. It is an error if
> the <envvar> does not exist in the environment. <envvar> may not
> - contain an equals sign to avoid ambiguity with `<name>`s which
> - contain one.
> + contain an equals sign to avoid ambiguity with <name> containing
> + one.
Over here you're also dropping the backticks, while...
> This is useful for cases where you want to pass transitory
> configuration options to git, but are doing so on OS’s where other
> Documentation/git.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/git.txt b/Documentation/git.txt
> index d36e6fd482..3a9c44987f 100644
> --- a/Documentation/git.txt
> +++ b/Documentation/git.txt
> @@ -88,7 +88,7 @@ foo.bar= ...`) sets `foo.bar` to the empty string which `git config
> empty string, instead the environment variable itself must be
> set to the empty string. It is an error if the `<envvar>` does not exist
> in the environment. `<envvar>` may not contain an equals sign
> - to avoid ambiguity with `<name>`s which contain one.
> + to avoid ambiguity with `<name>` containing one.
... here you don't. Is this on purpose?
Patrick
> This is useful for cases where you want to pass transitory
> configuration options to git, but are doing so on OS's where
> --
> 2.30.0.284.gd98b1dd5ea
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2021-02-18 6:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-17 19:56 [PATCH 0/3] fix some doc rendering issues since v2.30.0 Martin Ågren
2021-02-17 19:56 ` [PATCH 1/3] rev-list-options.txt: fix rendering of bonus paragraph Martin Ågren
2021-02-17 19:56 ` [PATCH 2/3] git.txt: fix monospace rendering Martin Ågren
2021-02-17 22:47 ` Chris Torek
2021-02-18 6:28 ` Martin Ågren
2021-02-18 6:27 ` Patrick Steinhardt [this message]
2021-02-18 6:32 ` Martin Ågren
2021-02-18 18:51 ` Junio C Hamano
2021-02-19 6:33 ` Martin Ågren
2021-02-17 19:56 ` [PATCH 3/3] gitmailmap.txt: fix rendering of e-mail addresses Martin Ågren
2021-02-18 10:48 ` Ævar Arnfjörð Bjarmason
2021-02-17 21:22 ` [PATCH 0/3] fix some doc rendering issues since v2.30.0 Junio C Hamano
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=YC4I20bQ0jeNLO+M@ncase \
--to=ps@pks.im \
--cc=avarab@gmail.com \
--cc=git@vger.kernel.org \
--cc=martin.agren@gmail.com \
--cc=sorganov@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.