summaryrefslogtreecommitdiffstats
path: root/gitcore-tutorial.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 /gitcore-tutorial.html
parent9099a7cc25a11e4e55d3b6a00da6f470bfffab80 (diff)
downloadgit-htmldocs-f85ef637e60571cf4cb1e53d56fa21f320936138.tar.gz
Autogenerated HTML docs for v2.7.1-339-g0233b
Diffstat (limited to 'gitcore-tutorial.html')
-rw-r--r--gitcore-tutorial.html24
1 files changed, 3 insertions, 21 deletions
diff --git a/gitcore-tutorial.html b/gitcore-tutorial.html
index 340bb9529..5e64c11b2 100644
--- a/gitcore-tutorial.html
+++ b/gitcore-tutorial.html
@@ -1437,7 +1437,7 @@ files).</p></div>
<div class="paragraph"><p>Again, this can all be simplified with</p></div>
<div class="listingblock">
<div class="content">
-<pre><code>$ git clone rsync://rsync.kernel.org/pub/scm/git/git.git/ my-git
+<pre><code>$ git clone git://git.kernel.org/pub/scm/git/git.git/ my-git
$ cd my-git
$ git checkout</code></pre>
</div></div>
@@ -1720,24 +1720,6 @@ followed by a <em>git merge</em>.</p></div>
repository to download from:</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
-Rsync
-</dt>
-<dd>
-<p>
- <code>rsync://remote.machine/path/to/repo.git/</code>
-</p>
-<div class="paragraph"><p>Rsync transport is usable for both uploading and downloading,
-but is completely unaware of what git does, and can produce
-unexpected results when you download from the public repository
-while the repository owner is uploading into it via <code>rsync</code>
-transport. Most notably, it could update the files under
-<code>refs/</code> which holds the object name of the topmost commits
-before uploading the files in <code>objects/</code>&#8201;&#8212;&#8201;the downloader would
-obtain head commit object name while that object itself is still
-not available in the repository. For this reason, it is
-considered deprecated.</p></div>
-</dd>
-<dt class="hdlist1">
SSH
</dt>
<dd>
@@ -2174,7 +2156,7 @@ project from scratch), and then run <code>git repack</code> every once in a
while, depending on how active your project is.</p></div>
<div class="paragraph"><p>When a repository is synchronized via <code>git push</code> and <code>git pull</code>
objects packed in the source repository are usually stored
-unpacked in the destination, unless rsync transport is used.
+unpacked in the destination.
While this allows you to use different packing strategies on
both ends, it also means you may need to repack both
repositories every once in a while.</p></div>
@@ -2475,7 +2457,7 @@ to follow, not easier.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-05-22 13:47:07 PDT
+Last updated 2016-02-17 14:30:28 PST
</div>
</div>
</body>