summaryrefslogtreecommitdiffstats
path: root/git-fetch-pack.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
commit1aa40d2e3f5186afb805e7020577acb9f5f78b89 (patch)
tree72812d480799e16b94f9cfed423b8d7d45c7fb4f /git-fetch-pack.html
parenta9701f0184382d8de7380c56558718915905746a (diff)
downloadgit-htmldocs-1aa40d2e3f5186afb805e7020577acb9f5f78b89.tar.gz
Autogenerated HTML docs for v1.6.6.1-383-g5a9f
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 5d11c637c..0b3367aad 100644
--- a/git-fetch-pack.html
+++ b/git-fetch-pack.html
@@ -324,7 +324,7 @@ git-fetch-pack(1) Manual Page
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
-<div class="para"><p>Usually you would want to use <em>git-fetch</em>, which is a
+<div class="para"><p>Usually you would want to use <em>git fetch</em>, which is a
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
@@ -354,7 +354,7 @@ have a common ancestor commit.</p></div>
</dt>
<dd>
<p>
- Pass <em>-q</em> flag to <em>git-unpack-objects</em>; this makes the
+ Pass <em>-q</em> flag to <em>git unpack-objects</em>; this makes the
cloning process less verbose.
</p>
</dd>
@@ -366,7 +366,7 @@ have a common ancestor commit.</p></div>
</dt>
<dd>
<p>
- Do not invoke <em>git-unpack-objects</em> on received data, but
+ Do not invoke <em>git unpack-objects</em> on received data, but
create a single packfile out of it instead, and store it
in the object database. If provided twice then the pack is
locked against repacking.
@@ -485,7 +485,7 @@ have a common ancestor commit.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-12-03 09:12:34 UTC
+Last updated 2010-01-21 17:44:28 UTC
</div>
</div>
</body>