summaryrefslogtreecommitdiffstats
path: root/git-fetch-pack.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-25 02:23:58 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-25 02:23:58 +0000
commitfa0d4cf086d6099cc8614d634b0c805a0c0178b5 (patch)
tree38c9d2c98ecd4977af1e796868d89d95bbf94c19 /git-fetch-pack.html
parentbee172f30c491a85a02c77a27a4bdb83741cd647 (diff)
downloadgit-htmldocs-fa0d4cf086d6099cc8614d634b0c805a0c0178b5.tar.gz
Autogenerated HTML docs for v1.5.0-rc2-g19605
Diffstat (limited to 'git-fetch-pack.html')
-rw-r--r--git-fetch-pack.html14
1 files changed, 11 insertions, 3 deletions
diff --git a/git-fetch-pack.html b/git-fetch-pack.html
index e77750f4b..32641e773 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> [--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>
+<p><em>git-fetch-pack</em> [--all] [--quiet|-q] [--keep|-k] [--thin] [--upload-pack=&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">
@@ -328,7 +328,7 @@ have a common ancestor commit.</p>
</p>
</dd>
<dt>
---exec=&lt;git-upload-pack&gt;
+--upload-pack=&lt;git-upload-pack&gt;
</dt>
<dd>
<p>
@@ -345,6 +345,14 @@ have a common ancestor commit.</p>
</p>
</dd>
<dt>
+--exec=&lt;git-upload-pack&gt;
+</dt>
+<dd>
+<p>
+ Same as --upload-pack=&lt;git-upload-pack&gt;.
+</p>
+</dd>
+<dt>
--depth=&lt;n&gt;
</dt>
<dd>
@@ -404,7 +412,7 @@ have a common ancestor commit.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 20-Jan-2007 02:22:38 UTC
+Last updated 25-Jan-2007 02:23:47 UTC
</div>
</div>
</body>