summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-10-03 15:42:50 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-10-03 15:42:50 +0900
commit8f2733a04bc458d1f2292d5227eb240b0b297862 (patch)
tree151f8d93b3a4bba55d500de0076ce40c55020d8d /Documentation
parentMerge branch 'mh/mmap-packed-refs' (diff)
parentdoc: correct command formatting (diff)
downloadtgif-8f2733a04bc458d1f2292d5227eb240b0b297862.tar.xz
Merge branch 'ad/doc-markup-fix'
Docfix. * ad/doc-markup-fix: doc: correct command formatting
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 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>]::