Skip to content

Commit 1fa0526

Browse files
committed
Merge branch 'ad/doc-markup-fix' into maint
Docfix. * ad/doc-markup-fix: doc: correct command formatting
2 parents 8a19eee + 5e63332 commit 1fa0526

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
@@ -75,7 +75,7 @@ example the following invocations are equivalent:
7575
Note that omitting the `=` in `git -c foo.bar ...` is allowed and sets
7676
`foo.bar` to the boolean true value (just like `[foo]bar` would in a
7777
config file). Including the equals but with an empty value (like `git -c
78-
foo.bar= ...`) sets `foo.bar` to the empty string which ` git config
78+
foo.bar= ...`) sets `foo.bar` to the empty string which `git config
7979
--bool` will convert to `false`.
8080

8181
--exec-path[=<path>]::

0 commit comments

Comments
 (0)