Skip to content

Commit 83171ed

Browse files
Martin Ågrengitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 452d264 commit 83171ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ foo.bar= ...`) sets `foo.bar` to the empty string which `git config
8888
empty string, instead the environment variable itself must be
8989
set to the empty string. It is an error if the `<envvar>` does not exist
9090
in the environment. `<envvar>` may not contain an equals sign
91-
to avoid ambiguity with `<name>`s which contain one.
91+
to avoid ambiguity with `<name>` containing one.
9292
+
9393
This is useful for cases where you want to pass transitory
9494
configuration options to git, but are doing so on OS's where

0 commit comments

Comments
 (0)