git.txt: remove empty line before list continuation
This patch is a no-op for Asciidoctor, but makes AsciiDoc render this as intended. Signed-off-by: Martin Ågren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Martin Ågren committed
Mar 6, 2019 at 07:30 UTC
837f01bd45ed9f41036f17b83c7877d45894c109
1 file changed
-1
Documentation/git.txt
-1
@@ -536,7 +536,6 @@ other
536
The command-line parameters passed to the configured command are
537
determined by the ssh variant. See `ssh.variant` option in
538
linkgit:git-config[1] for details.
539
-
539
+
540
`$GIT_SSH_COMMAND` takes precedence over `$GIT_SSH`, and is interpreted
541
by the shell, which allows additional arguments to be included.