summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2021-02-17 19:56:05 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-02-18 18:53:33 (GMT)
commit83171ede2229b71ef46cd4d2f800c1eef27cc511 (patch)
treebc53058864066a1f0bb733b09b9d0dd06413c68d /Documentation
parent452d26448d5469ac728570200936f08a0993a7bc (diff)
downloadgit-83171ede2229b71ef46cd4d2f800c1eef27cc511.zip
git-83171ede2229b71ef46cd4d2f800c1eef27cc511.tar.gz
git-83171ede2229b71ef46cd4d2f800c1eef27cc511.tar.bz2
git.txt: fix monospace rendering
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index d36e6fd..3a9c449 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.
+
This is useful for cases where you want to pass transitory
configuration options to git, but are doing so on OS's where