More topics from the second batch for 1.8.3
[gitweb.git] / Documentation / git.txt
index 9d29ed55042432bb976836347203b2d83dc27056..4307d62bd4a4e4b5361200ef54d8ecba60e4f1b0 100644 (file)
@@ -43,6 +43,11 @@ unreleased) version of Git, that is available from 'master'
 branch of the `git.git` repository.
 Documentation for older releases are available here:
 
+* link:v1.8.2/git.html[documentation for release 1.8.2]
+
+* release notes for
+  link:RelNotes/1.8.2.txt[1.8.2].
+
 * link:v1.8.1.5/git.html[documentation for release 1.8.1.5]
 
 * release notes for
@@ -769,9 +774,12 @@ other
        If this environment variable is set then 'git fetch'
        and 'git push' will use this command instead
        of 'ssh' when they need to connect to a remote system.
-       The '$GIT_SSH' command will be given exactly two arguments:
-       the 'username@host' (or just 'host') from the URL and the
-       shell command to execute on that remote system.
+       The '$GIT_SSH' command will be given exactly two or
+       four arguments: the 'username@host' (or just 'host')
+       from the URL and the shell command to execute on that
+       remote system, optionally preceded by '-p' (literally) and
+       the 'port' from the URL when it specifies something other
+       than the default SSH port.
 +
 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,