summaryrefslogtreecommitdiffstats
path: root/git-http-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-07-29 09:10:13 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-07-29 09:10:13 +0000
commitf870ef8e4b6ce1ba13adb762270a261dca05f973 (patch)
tree7eb13e728a7161ce1cda0aecc5c2d7115ddab2cc /git-http-fetch.html
parentabb53dc4ac58c5009a30ecb0a38895dce61b5296 (diff)
downloadgit-htmldocs-f870ef8e4b6ce1ba13adb762270a261dca05f973.tar.gz
Autogenerated HTML docs for v1.4.2-rc2-g818f4
Diffstat (limited to 'git-http-fetch.html')
-rw-r--r--git-http-fetch.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/git-http-fetch.html b/git-http-fetch.html
index 25e2a8313..0191d294c 100644
--- a/git-http-fetch.html
+++ b/git-http-fetch.html
@@ -272,7 +272,7 @@ git-http-fetch(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-http-fetch</em> [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] &lt;commit&gt; &lt;url&gt;</p>
+<p><em>git-http-fetch</em> [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [--stdin] &lt;commit&gt; &lt;url&gt;</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -331,6 +331,19 @@ commit-id
the local end after the transfer is complete.
</p>
</dd>
+<dt>
+--stdin
+</dt>
+<dd>
+<p>
+ Instead of a commit id on the commandline (which is not expected in this
+ case), <em>git-http-fetch</em> expects lines on stdin in the format
+</p>
+<div class="literalblock">
+<div class="content">
+<pre><tt>&lt;commit-id&gt;['\t'&lt;filename-as-in--w&gt;]</tt></pre>
+</div></div>
+</dd>
</dl>
</div>
<h2>Author</h2>
@@ -347,7 +360,7 @@ commit-id
</div>
<div id="footer">
<div id="footer-text">
-Last updated 15-Jul-2006 01:37:48 UTC
+Last updated 29-Jul-2006 09:10:04 UTC
</div>
</div>
</body>