summaryrefslogtreecommitdiffstats
path: root/git-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-17 14:31:06 -0800
committerJunio C Hamano <gitster@pobox.com>2016-02-17 14:31:06 -0800
commitf85ef637e60571cf4cb1e53d56fa21f320936138 (patch)
tree661f5ad874b34e148059df316f424be83f459170 /git-fetch.html
parent9099a7cc25a11e4e55d3b6a00da6f470bfffab80 (diff)
downloadgit-htmldocs-f85ef637e60571cf4cb1e53d56fa21f320936138.tar.gz
Autogenerated HTML docs for v2.7.1-339-g0233b
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/git-fetch.html b/git-fetch.html
index c007a245c..c1f1b2542 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -1142,9 +1142,8 @@ address of the remote server, and the path to the repository.
Depending on the transport protocol, some of this information may be
absent.</p></div>
<div class="paragraph"><p>Git supports ssh, git, http, and https protocols (in addition, ftp,
-and ftps can be used for fetching and rsync can be used for fetching
-and pushing, but these are inefficient and deprecated; do not use
-them).</p></div>
+and ftps can be used for fetching, but this is inefficient and
+deprecated; do not use it).</p></div>
<div class="paragraph"><p>The native transport (i.e. git:// URL) does no authentication and
should be used with caution on unsecured networks.</p></div>
<div class="paragraph"><p>The following syntaxes may be used with them:</p></div>
@@ -1169,11 +1168,6 @@ http&#91;s&#93;://host.xz&#91;:port&#93;/path/to/repo.git/
ftp&#91;s&#93;://host.xz&#91;:port&#93;/path/to/repo.git/
</p>
</li>
-<li>
-<p>
-rsync://host.xz/path/to/repo.git/
-</p>
-</li>
</ul></div>
<div class="paragraph"><p>An alternative scp-like syntax may also be used with the ssh protocol:</p></div>
<div class="ulist"><ul>