git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc: correct command formatting
@ 2017-09-28 14:06 Adam Dinwoodie
  2017-09-28 17:18 ` Andreas Heiduk
  2017-09-28 19:03 ` Jonathan Nieder
  0 siblings, 2 replies; 8+ messages in thread
From: Adam Dinwoodie @ 2017-09-28 14:06 UTC (permalink / raw)
  To: git; +Cc: Andreas Heiduk

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 <adam@dinwoodie.org>
---
 Documentation/git.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git.txt b/Documentation/git.txt
index 6e3a6767e..98b9b46b9 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>]::
-- 
2.14.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-09-29  4:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-28 14:06 [PATCH] doc: correct command formatting Adam Dinwoodie
2017-09-28 17:18 ` Andreas Heiduk
2017-09-28 19:34   ` Jonathan Nieder
2017-09-28 22:28     ` Andreas Heiduk
2017-09-29  1:53     ` Junio C Hamano
2017-09-29  3:27       ` Jonathan Nieder
2017-09-29  4:07         ` Junio C Hamano
2017-09-28 19:03 ` Jonathan Nieder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).