diff mbox series

[3/5] git.txt: remove empty line before list continuation

Message ID a7f9e9be5fb169e8f67fc91f62e17648535b64cd.1551853194.git.martin.agren@gmail.com (mailing list archive)
State New, archived
Headers show
Series fixing a few Asciidoc/tor differences | expand

Commit Message

Martin Ågren March 6, 2019, 6:30 a.m. UTC
This patch is a no-op for Asciidoctor, but makes AsciiDoc render this as
intended.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
---
 Documentation/git.txt | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/git.txt b/Documentation/git.txt
index 00156d64aa..6d1f2fd9ae 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -536,7 +536,6 @@  other
 	The command-line parameters passed to the configured command are
 	determined by the ssh variant.  See `ssh.variant` option in
 	linkgit:git-config[1] for details.
-
 +
 `$GIT_SSH_COMMAND` takes precedence over `$GIT_SSH`, and is interpreted
 by the shell, which allows additional arguments to be included.