summaryrefslogtreecommitdiffstats
path: root/git-send-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-send-pack.html
parent7c73c663897cfb2796fa93efc40ebe4ea33a3db1 (diff)
downloadgit-htmldocs-4ad294bce02ce66a5fa0a3aba3267d83fc995773.tar.gz
Autogenerated HTML docs for v1.5.0-rc1-g6f71
Diffstat (limited to 'git-send-pack.html')
-rw-r--r--git-send-pack.html31
1 files changed, 28 insertions, 3 deletions
diff --git a/git-send-pack.html b/git-send-pack.html
index 3ef3baf20..b308f3525 100644
--- a/git-send-pack.html
+++ b/git-send-pack.html
@@ -272,7 +272,7 @@ git-send-pack(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-send-pack</em> [--all] [--force] [--exec=&lt;git-receive-pack&gt;] [&lt;host&gt;:]&lt;directory&gt; [&lt;ref&gt;&#8230;]</p>
+<p><em>git-send-pack</em> [--all] [--force] [--receive-pack=&lt;git-receive-pack&gt;] [--verbose] [--thin] [&lt;host&gt;:]&lt;directory&gt; [&lt;ref&gt;&#8230;]</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -285,7 +285,7 @@ updates it from the current repository, sending named refs.</p>
<div class="sectionbody">
<dl>
<dt>
---exec=&lt;git-receive-pack&gt;
+--receive-pack=&lt;git-receive-pack&gt;
</dt>
<dd>
<p>
@@ -296,6 +296,14 @@ updates it from the current repository, sending named refs.</p>
</p>
</dd>
<dt>
+--exec=&lt;git-receive-pack&gt;
+</dt>
+<dd>
+<p>
+ Same as --receive-pack=&lt;git-receive-pack&gt;.
+</p>
+</dd>
+<dt>
--all
</dt>
<dd>
@@ -317,6 +325,23 @@ updates it from the current repository, sending named refs.</p>
</p>
</dd>
<dt>
+--verbose
+</dt>
+<dd>
+<p>
+ Run verbosely.
+</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>
&lt;host&gt;
</dt>
<dd>
@@ -418,7 +443,7 @@ to disable the fast-forward check only on that ref.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 19-Jan-2007 00:37:32 UTC
+Last updated 20-Jan-2007 02:22:40 UTC
</div>
</div>
</body>