summaryrefslogtreecommitdiffstats
path: root/git-fetch-pack.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-20 02:22:50 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-20 02:22:50 +0000
commit4ad294bce02ce66a5fa0a3aba3267d83fc995773 (patch)
tree9094e6a5f32f0fdaa5e35e0a1dea9d13d5a31fae /git-fetch-pack.html
parent7c73c663897cfb2796fa93efc40ebe4ea33a3db1 (diff)
downloadgit-htmldocs-4ad294bce02ce66a5fa0a3aba3267d83fc995773.tar.gz
Autogenerated HTML docs for v1.5.0-rc1-g6f71
Diffstat (limited to 'git-fetch-pack.html')
-rw-r--r--git-fetch-pack.html41
1 files changed, 37 insertions, 4 deletions
diff --git a/git-fetch-pack.html b/git-fetch-pack.html
index 12c00f3b8..e77750f4b 100644
--- a/git-fetch-pack.html
+++ b/git-fetch-pack.html
@@ -272,7 +272,7 @@ git-fetch-pack(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-fetch-pack</em> [-q] [-k] [--exec=&lt;git-upload-pack&gt;] [&lt;host&gt;:]&lt;directory&gt; [&lt;refs&gt;&#8230;]</p>
+<p><em>git-fetch-pack</em> [--all] [--quiet|-q] [--keep|-k] [--thin] [--exec=&lt;git-upload-pack&gt;] [--depth=&lt;n&gt;] [-v] [&lt;host&gt;:]&lt;directory&gt; [&lt;refs&gt;&#8230;]</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -291,7 +291,15 @@ have a common ancestor commit.</p>
<div class="sectionbody">
<dl>
<dt>
--q
+--all
+</dt>
+<dd>
+<p>
+ Fetch all remote refs.
+</p>
+</dd>
+<dt>
+--quiet, \-q
</dt>
<dd>
<p>
@@ -300,7 +308,7 @@ have a common ancestor commit.</p>
</p>
</dd>
<dt>
--k
+--keep, \-k
</dt>
<dd>
<p>
@@ -311,6 +319,15 @@ have a common ancestor commit.</p>
</p>
</dd>
<dt>
+--thin
+</dt>
+<dd>
+<p>
+ Spend extra cycles to minimize the number of objects to be sent.
+ Use it on slower connection.
+</p>
+</dd>
+<dt>
--exec=&lt;git-upload-pack&gt;
</dt>
<dd>
@@ -328,6 +345,22 @@ have a common ancestor commit.</p>
</p>
</dd>
<dt>
+--depth=&lt;n&gt;
+</dt>
+<dd>
+<p>
+ Limit fetching to ancestor-chains not longer than n.
+</p>
+</dd>
+<dt>
+\-v
+</dt>
+<dd>
+<p>
+ Run verbosely.
+</p>
+</dd>
+<dt>
&lt;host&gt;
</dt>
<dd>
@@ -371,7 +404,7 @@ have a common ancestor commit.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 17-Jan-2007 23:27:39 UTC
+Last updated 20-Jan-2007 02:22:38 UTC
</div>
</div>
</body>