We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a19eee + 5e63332 commit 1fa0526Copy full SHA for 1fa0526
Documentation/git.txt
@@ -75,7 +75,7 @@ example the following invocations are equivalent:
75
Note that omitting the `=` in `git -c foo.bar ...` is allowed and sets
76
`foo.bar` to the boolean true value (just like `[foo]bar` would in a
77
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
+foo.bar= ...`) sets `foo.bar` to the empty string which `git config
79
--bool` will convert to `false`.
80
81
--exec-path[=<path>]::
0 commit comments