aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2019-03-06 07:30:16 +0100
committerJunio C Hamano <gitster@pobox.com>2019-03-07 09:25:32 +0900
commit837f01bd45ed9f41036f17b83c7877d45894c109 (patch)
treeb05ba673156b706368d619a275176eb242968a61 /Documentation/git.txt
parentbc42e1e767fa86261fb5fdc5a495ad3ee14a9e0b (diff)
downloadgit-837f01bd45ed9f41036f17b83c7877d45894c109.tar.gz
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>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt1
1 files changed, 0 insertions, 1 deletions
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.