</div>\r
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
-<p><em>git-http-fetch</em> [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] <commit> <url></p>\r
+<p><em>git-http-fetch</em> [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [--stdin] <commit> <url></p>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
the local end after the transfer is complete.\r
</p>\r
</dd>\r
+<dt>\r
+--stdin\r
+</dt>\r
+<dd>\r
+<p>\r
+ Instead of a commit id on the commandline (which is not expected in this\r
+ case), <em>git-http-fetch</em> expects lines on stdin in the format\r
+</p>\r
+<div class="literalblock">\r
+<div class="content">\r
+<pre><tt><commit-id>['\t'<filename-as-in--w>]</tt></pre>\r
+</div></div>\r
+</dd>\r
</dl>\r
</div>\r
<h2>Author</h2>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 15-Jul-2006 01:37:48 UTC\r
+Last updated 29-Jul-2006 09:10:04 UTC\r
</div>\r
</div>\r
</body>\r
SYNOPSIS
--------
-'git-http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] <commit> <url>
+'git-http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [--stdin] <commit> <url>
DESCRIPTION
-----------
Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
the local end after the transfer is complete.
+--stdin::
+ Instead of a commit id on the commandline (which is not expected in this
+ case), 'git-http-fetch' expects lines on stdin in the format
+
+ <commit-id>['\t'<filename-as-in--w>]
+
Author
------
Written by Linus Torvalds <torvalds@osdl.org>
the local end after the transfer is complete.\r
</p>\r
</dd>\r
+<dt>\r
+--stdin\r
+</dt>\r
+<dd>\r
+<p>\r
+ Instead of a commit id on the commandline (which is not expected in this\r
+ case), <em>git-local-fetch</em> expects lines on stdin in the format\r
+</p>\r
+<div class="literalblock">\r
+<div class="content">\r
+<pre><tt><commit-id>['\t'<filename-as-in--w>]</tt></pre>\r
+</div></div>\r
+</dd>\r
</dl>\r
</div>\r
<h2>Author</h2>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 15-Jul-2006 01:37:51 UTC\r
+Last updated 29-Jul-2006 09:10:04 UTC\r
</div>\r
</div>\r
</body>\r
Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
the local end after the transfer is complete.
+--stdin::
+ Instead of a commit id on the commandline (which is not expected in this
+ case), 'git-local-fetch' expects lines on stdin in the format
+
+ <commit-id>['\t'<filename-as-in--w>]
+
Author
------
Written by Junio C Hamano <junkio@cox.net>
</div>\r
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
-<p><em>git</em> [--version] [--exec-path[=GIT_EXEC_PATH]] [--help] COMMAND [ARGS]</p>\r
+<p><em>git</em> [--version] [--exec-path[=GIT_EXEC_PATH]] [-p|--paginate]\r
+ [--bare] [--git-dir=GIT_DIR] [--help] COMMAND [ARGS]</p>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
the current setting and then exit.\r
</p>\r
</dd>\r
+<dt>\r
+-p|--paginate\r
+</dt>\r
+<dd>\r
+<p>\r
+ Pipe all output into <em>less</em> (or if set, $PAGER).\r
+</p>\r
+</dd>\r
+<dt>\r
+--git-dir=<path>\r
+</dt>\r
+<dd>\r
+<p>\r
+ Set the path to the repository. This can also be controlled by\r
+ setting the GIT_DIR environment variable.\r
+</p>\r
+</dd>\r
+<dt>\r
+--bare\r
+</dt>\r
+<dd>\r
+<p>\r
+ Same as --git-dir=<tt>pwd</tt>.\r
+</p>\r
+</dd>\r
</dl>\r
</div>\r
<h2>FURTHER DOCUMENTATION</h2>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 15-Jul-2006 01:38:23 UTC\r
+Last updated 29-Jul-2006 09:10:05 UTC\r
</div>\r
</div>\r
</body>\r
SYNOPSIS
--------
-'git' [--version] [--exec-path[=GIT_EXEC_PATH]] [--help] COMMAND [ARGS]
+'git' [--version] [--exec-path[=GIT_EXEC_PATH]] [-p|--paginate]
+ [--bare] [--git-dir=GIT_DIR] [--help] COMMAND [ARGS]
DESCRIPTION
-----------
environment variable. If no path is given 'git' will print
the current setting and then exit.
+-p|--paginate::
+ Pipe all output into 'less' (or if set, $PAGER).
+
+--git-dir=<path>::
+ Set the path to the repository. This can also be controlled by
+ setting the GIT_DIR environment variable.
+
+--bare::
+ Same as --git-dir=`pwd`.
FURTHER DOCUMENTATION
---------------------