aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-10-03 15:42:50 +0900
committerJunio C Hamano <gitster@pobox.com>2017-10-03 15:42:50 +0900
commit8f2733a04bc458d1f2292d5227eb240b0b297862 (patch)
tree151f8d93b3a4bba55d500de0076ce40c55020d8d /Documentation/git.txt
parent1a2e1a76ec2cbbafe60ffd124f673f62045fb0d3 (diff)
parent5e633326e452a26c418fd86bb49f0baf236ff172 (diff)
downloadgit-8f2733a04bc458d1f2292d5227eb240b0b297862.tar.gz
Merge branch 'ad/doc-markup-fix'
Docfix. * ad/doc-markup-fix: doc: correct command formatting
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index f7e603bc82..7a1d629ca0 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -75,7 +75,7 @@ example the following invocations are equivalent:
Note that omitting the `=` in `git -c foo.bar ...` is allowed and sets
`foo.bar` to the boolean true value (just like `[foo]bar` would in a
config file). Including the equals but with an empty value (like `git -c
-foo.bar= ...`) sets `foo.bar` to the empty string which ` git config
+foo.bar= ...`) sets `foo.bar` to the empty string which `git config
--bool` will convert to `false`.
--exec-path[=<path>]::