summaryrefslogtreecommitdiffstats
path: root/git-fetch-pack.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-02-19 09:58:14 +0000
committerJunio C Hamano <junio@kernel.org>2010-02-19 09:58:14 +0000
commit4fdccb253a7d0538b30705e7408311950c78fae4 (patch)
tree8f816c4d339f6e75de193fa3f58fb9b356ea0360 /git-fetch-pack.html
parent85c44a9175871f71ce4f18363a471d0eca43fb08 (diff)
downloadgit-htmldocs-4fdccb253a7d0538b30705e7408311950c78fae4.tar.gz
Autogenerated HTML docs for v1.7.0-50-g50c1
Diffstat (limited to 'git-fetch-pack.html')
-rw-r--r--git-fetch-pack.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-fetch-pack.html b/git-fetch-pack.html
index 1217fc494..2adf77f36 100644
--- a/git-fetch-pack.html
+++ b/git-fetch-pack.html
@@ -329,7 +329,7 @@ higher level wrapper of this command, instead.</p></div>
<div class="para"><p>Invokes <em>git-upload-pack</em> on a possibly remote repository
and asks it to send objects missing from this repository, to
update the named heads. The list of commits available locally
-is found out by scanning local $GIT_DIR/refs/ and sent to
+is found out by scanning the local refs/ hierarchy and sent to
<em>git-upload-pack</em> running on the other end.</p></div>
<div class="para"><p>This command degenerates to download everything to complete the
asked refs from the remote side when the local side does not
@@ -377,8 +377,8 @@ have a common ancestor commit.</p></div>
</dt>
<dd>
<p>
- Spend extra cycles to minimize the number of objects to be sent.
- Use it on slower connection.
+ Fetch a "thin" pack, which records objects in deltified form based
+ on objects not included in the pack to reduce network traffic.
</p>
</dd>
<dt>
@@ -485,7 +485,7 @@ have a common ancestor commit.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-02-13 00:59:42 UTC
+Last updated 2010-02-19 09:57:44 UTC
</div>
</div>
</body>