Autogenerated HTML docs for v1.4.2-rc2-g818f4
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 29 Jul 2006 09:10:13 +0000 (09:10 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 29 Jul 2006 09:10:13 +0000 (09:10 +0000)
git-http-fetch.html
git-http-fetch.txt
git-local-fetch.html
git-local-fetch.txt
git.html
git.txt

index 25e2a831333f028e5e1ef32c12f35826892c97a2..0191d294c10e84badeb462dc6b5bfce52a6eb723 100644 (file)
@@ -272,7 +272,7 @@ git-http-fetch(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-http-fetch</em> [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] &lt;commit&gt; &lt;url&gt;</p>\r
+<p><em>git-http-fetch</em> [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [--stdin] &lt;commit&gt; &lt;url&gt;</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -331,6 +331,19 @@ commit-id
         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>&lt;commit-id&gt;['\t'&lt;filename-as-in--w&gt;]</tt></pre>\r
+</div></div>\r
+</dd>\r
 </dl>\r
 </div>\r
 <h2>Author</h2>\r
@@ -347,7 +360,7 @@ commit-id
 </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
index bc1a13289153976c31718d3694de2a188d5b8478..3d508094afc6a79d40b84ce0a3380f487a40d5e8 100644 (file)
@@ -8,7 +8,7 @@ git-http-fetch - downloads a remote git repository via HTTP
 
 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
 -----------
@@ -33,6 +33,12 @@ commit-id::
         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>
index 11f287ce7298b938bc36cbc058baac1fb9f3e2df..437fc3f3cbc70c1121966c99f800dc362d130547 100644 (file)
@@ -322,6 +322,19 @@ git-local-fetch(1) Manual Page
         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>&lt;commit-id&gt;['\t'&lt;filename-as-in--w&gt;]</tt></pre>\r
+</div></div>\r
+</dd>\r
 </dl>\r
 </div>\r
 <h2>Author</h2>\r
@@ -338,7 +351,7 @@ git-local-fetch(1) Manual Page
 </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
index 87abec1c4e46ad53e018264046091af4455da307..2fbdfe086a4c974d19c3d8f4c6a1722728b0114a 100644 (file)
@@ -29,6 +29,12 @@ OPTIONS
         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>
index 3f78f095bbd7aa2ef93e5d24e953c2934e00fdb5..a556dd49d7a7a70f23f82504b3670891d1f259f5 100644 (file)
--- a/git.html
+++ b/git.html
@@ -272,7 +272,8 @@ git(7) Manual Page
 </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
@@ -319,6 +320,31 @@ as defined in the configuration file (see <a href="git-repo-config.html">git-rep
         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=&lt;path&gt;\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
@@ -2118,7 +2144,7 @@ contributors on the git-list &lt;git@vger.kernel.org&gt;.</p>
 </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
diff --git a/git.txt b/git.txt
index ce3058182fead833c45daf02a2806f151b15f61f..7310a2b8b8bc474f53d498d254cab772a8ef45ae 100644 (file)
--- a/git.txt
+++ b/git.txt
@@ -8,7 +8,8 @@ git - the stupid content tracker
 
 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
 -----------
@@ -41,6 +42,15 @@ OPTIONS
        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
 ---------------------