]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git.txt: fix monospace rendering
authorMartin Ågren <martin.agren@gmail.com>
Wed, 17 Feb 2021 19:56:05 +0000 (20:56 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Feb 2021 18:53:33 +0000 (10:53 -0800)
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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git.txt

index d36e6fd482530b960ac9ff6544c84cbff638c585..3a9c44987f998c6a767c4dc19755e4e0c10d9411 100644 (file)
@@ -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.
 +
 This is useful for cases where you want to pass transitory
 configuration options to git, but are doing so on OS's where