summaryrefslogtreecommitdiffstats
path: root/git-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-07-15 01:38:40 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-07-15 01:38:40 +0000
commit7ccb9fd251897744e84ea1692321ec66a3b0164a (patch)
tree922f59cc1bd4777941a58052d6b014f54d20dd2b /git-fetch.html
parent9ae1a06fff2c6453541219a122490cd5b60b3088 (diff)
downloadgit-htmldocs-7ccb9fd251897744e84ea1692321ec66a3b0164a.tar.gz
Autogenerated HTML docs for v1.4.1-ga3e6
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/git-fetch.html b/git-fetch.html
index af2275bf1..bbfa2a7aa 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -499,23 +499,24 @@ git://host.xz/~user/path/to/repo.git/
</li>
<li>
<p>
-ssh://host.xz/path/to/repo.git/
+ssh://&#91;user@&#93;host.xz/path/to/repo.git/
</p>
</li>
<li>
<p>
-ssh://host.xz/~user/path/to/repo.git/
+ssh://&#91;user@&#93;host.xz/~user/path/to/repo.git/
</p>
</li>
<li>
<p>
-ssh://host.xz/~/path/to/repo.git
+ssh://&#91;user@&#93;host.xz/~/path/to/repo.git
</p>
</li>
</ul>
</div></div>
-<p>SSH Is the default transport protocol and also supports an
-scp-like syntax. Both syntaxes support username expansion,
+<p>SSH is the default transport protocol. You can optionally specify
+which user to log-in as, and an alternate, scp-like syntax is also
+supported. Both syntaxes support username expansion,
as does the native git protocol. The following three are
identical to the last three above, respectively:</p>
<div class="exampleblock">
@@ -523,17 +524,17 @@ identical to the last three above, respectively:</p>
<ul>
<li>
<p>
-host.xz:/path/to/repo.git/
+&#91;user@&#93;host.xz:/path/to/repo.git/
</p>
</li>
<li>
<p>
-host.xz:~user/path/to/repo.git/
+&#91;user@&#93;host.xz:~user/path/to/repo.git/
</p>
</li>
<li>
<p>
-host.xz:path/to/repo.git
+&#91;user@&#93;host.xz:path/to/repo.git
</p>
</li>
</ul>
@@ -606,7 +607,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 09-Jul-2006 20:38:38 UTC
+Last updated 15-Jul-2006 01:37:45 UTC
</div>
</div>
</body>