summaryrefslogtreecommitdiffstats
path: root/git.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-03-26 15:45:56 -0700
committerJunio C Hamano <gitster@pobox.com>2013-03-26 15:45:56 -0700
commit712be266ef6a04f017013df37aeff94746e99943 (patch)
tree4cd03eb850d0f964c340c18275ca6c6696f7cf03 /git.html
parent240dc3fd4523f8d7034fc6ab627d271d5b273487 (diff)
downloadgit-htmldocs-712be266ef6a04f017013df37aeff94746e99943.tar.gz
Autogenerated HTML docs for v1.8.2-230-g2bba2
Diffstat (limited to 'git.html')
-rw-r--r--git.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/git.html b/git.html
index 91bcb0b6d..0946630d1 100644
--- a/git.html
+++ b/git.html
@@ -2548,9 +2548,12 @@ parameter, &lt;path&gt;.</p></div>
If this environment variable is set then <em>git fetch</em>
and <em>git push</em> will use this command instead
of <em>ssh</em> when they need to connect to a remote system.
- The <em>$GIT_SSH</em> command will be given exactly two arguments:
- the <em>username@host</em> (or just <em>host</em>) from the URL and the
- shell command to execute on that remote system.
+ The <em>$GIT_SSH</em> command will be given exactly two or
+ four arguments: the <em>username@host</em> (or just <em>host</em>)
+ from the URL and the shell command to execute on that
+ remote system, optionally preceded by <em>-p</em> (literally) and
+ the <em>port</em> from the URL when it specifies something other
+ than the default SSH port.
</p>
<div class="paragraph"><p>To pass options to the program that you want to list in GIT_SSH
you will need to wrap the program and options into a shell script,
@@ -2740,7 +2743,7 @@ subscribed to the list to send a message there.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-03-13 12:06:29 PDT
+Last updated 2013-03-26 15:45:07 PDT
</div>
</div>
</body>