Skip to content

Commit 5e63332

Browse files
me-andgitster
authored andcommitted
doc: correct command formatting
Leaving spaces around the `-delimeters for commands means asciidoc fails to parse them as the start of a literal string. Remove an extraneous space that is causing a literal to not be formatted as such. Signed-off-by: Adam Dinwoodie <[email protected]> Acked-by: Andreas Heiduk <[email protected]> Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4010f1d commit 5e63332

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)