summaryrefslogtreecommitdiffstats
path: root/git-clone.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-clone.html
parent9099a7cc25a11e4e55d3b6a00da6f470bfffab80 (diff)
downloadgit-htmldocs-f85ef637e60571cf4cb1e53d56fa21f320936138.tar.gz
Autogenerated HTML docs for v2.7.1-339-g0233b
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html15
1 files changed, 4 insertions, 11 deletions
diff --git a/git-clone.html b/git-clone.html
index 406b92f10..9b6f3b31f 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -887,8 +887,7 @@ objects from the source repository into a pack in the cloned repository.</p></di
<dd>
<p>
Operate quietly. Progress is not reported to the standard
- error stream. This flag is also passed to the &#8216;rsync&#8217;
- command when given.
+ error stream.
</p>
</dd>
<dt class="hdlist1">
@@ -1110,9 +1109,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>
@@ -1137,11 +1135,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>
@@ -1300,7 +1293,7 @@ Create a bare repository to publish your changes to the public:
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-01-20 15:22:32 PST
+Last updated 2016-02-17 14:30:28 PST
</div>
</div>
</body>