Autogenerated HTML docs for v1.5.0.1-74-g2470
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 21 Feb 2007 20:24:10 +0000 (20:24 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 21 Feb 2007 20:24:10 +0000 (20:24 +0000)
config.txt
git-config.html
git-cvsexportcommit.html
git-cvsexportcommit.txt
git-remote.html
git-remote.txt
git.html

index d8e696f4cd9f119d9368c08e91ccea9946c83b3b..f5c846f4101c3d83ac6604b1f8b20925fde82857 100644 (file)
@@ -439,10 +439,6 @@ pull.octopus::
 pull.twohead::
        The default merge strategy to use when pulling a single branch.
 
-remote.fetch::
-       The list of remotes which are fetched by "git remote update".
-       See gitlink:git-remote[1].
-
 remote.<name>.url::
        The URL of a remote repository.  See gitlink:git-fetch[1] or
        gitlink:git-push[1].
@@ -455,6 +451,10 @@ remote.<name>.push::
        The default set of "refspec" for gitlink:git-push[1]. See
        gitlink:git-push[1].
 
+remote.<name>.skipDefaultUpdate::
+       If true, this remote will be skipped by default when updating
+       using the remote subcommand of gitlink:git-remote[1].
+
 remote.<name>.receivepack::
        The default program to execute on the remote side when pushing.  See
        option \--exec of gitlink:git-push[1].
@@ -463,6 +463,10 @@ remote.<name>.uploadpack::
        The default program to execute on the remote side when fetching.  See
        option \--exec of gitlink:git-fetch-pack[1].
 
+remotes.<group>::
+       The list of remotes which are fetched by "git remote update
+       <group>".  See gitlink:git-remote[1].
+
 repack.usedeltabaseoffset::
        Allow gitlink:git-repack[1] to create packs that uses
        delta-base offset.  Defaults to false.
index 719a4dfed4e21d68acd268f0742e18b0fc6ead80..7ea610cc5640b7c41c4109835b6654fb28da3224 100644 (file)
@@ -1232,15 +1232,6 @@ pull.twohead
 </p>\r
 </dd>\r
 <dt>\r
-remote.fetch\r
-</dt>\r
-<dd>\r
-<p>\r
-        The list of remotes which are fetched by "git remote update".\r
-        See <a href="git-remote.html">git-remote(1)</a>.\r
-</p>\r
-</dd>\r
-<dt>\r
 remote.&lt;name&gt;.url\r
 </dt>\r
 <dd>\r
@@ -1268,6 +1259,15 @@ remote.&lt;name&gt;.push
 </p>\r
 </dd>\r
 <dt>\r
+remote.&lt;name&gt;.skipDefaultUpdate\r
+</dt>\r
+<dd>\r
+<p>\r
+        If true, this remote will be skipped by default when updating\r
+        using the remote subcommand of <a href="git-remote.html">git-remote(1)</a>.\r
+</p>\r
+</dd>\r
+<dt>\r
 remote.&lt;name&gt;.receivepack\r
 </dt>\r
 <dd>\r
@@ -1286,6 +1286,15 @@ remote.&lt;name&gt;.uploadpack
 </p>\r
 </dd>\r
 <dt>\r
+remotes.&lt;group&gt;\r
+</dt>\r
+<dd>\r
+<p>\r
+        The list of remotes which are fetched by "git remote update\r
+        &lt;group&gt;".  See <a href="git-remote.html">git-remote(1)</a>.\r
+</p>\r
+</dd>\r
+<dt>\r
 repack.usedeltabaseoffset\r
 </dt>\r
 <dd>\r
@@ -1428,7 +1437,7 @@ transfer.unpackLimit
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 20-Feb-2007 04:52:00 UTC\r
+Last updated 21-Feb-2007 20:23:55 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 84a16d0709e97aa1d6df7b241149e9af7e0c871e..f72df3e16bd4d26dcb90aa44991d6ea651416041 100644 (file)
@@ -272,7 +272,7 @@ git-cvsexportcommit(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-cvsexportcommit</em> [-h] [-v] [-c] [-P] [-p] [-a] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID</p>\r
+<p><em>git-cvsexportcommit</em> [-h] [-v] [-c] [-P] [-p] [-a] [-d cvsroot] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -318,6 +318,16 @@ should the changeset be done against.</p>
 </p>\r
 </dd>\r
 <dt>\r
+-d\r
+</dt>\r
+<dd>\r
+<p>\r
+        Set an alternative CVSROOT to use.  This corresponds to the CVS\r
+        -d parameter.  Usually users will not want to set this, except\r
+        if using CVS in an asymmetric fashion.\r
+</p>\r
+</dd>\r
+<dt>\r
 -f\r
 </dt>\r
 <dd>\r
@@ -394,7 +404,7 @@ $ git-cherry cvshead myhead | sed -n 's/^+ //p' | xargs -l1 git-cvsexportcommit
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-Feb-2007 00:09:24 UTC\r
+Last updated 21-Feb-2007 20:23:57 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 27d531b888ef0468022e2ec0780729acc5151147..555b8234f0ebfe99f5b59f9b5c71ee2569b4e347 100644 (file)
@@ -8,7 +8,7 @@ git-cvsexportcommit - Export a single commit to a CVS checkout
 
 SYNOPSIS
 --------
-'git-cvsexportcommit' [-h] [-v] [-c] [-P] [-p] [-a] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID
+'git-cvsexportcommit' [-h] [-v] [-c] [-P] [-p] [-a] [-d cvsroot] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID
 
 
 DESCRIPTION
@@ -43,6 +43,11 @@ OPTIONS
        Add authorship information. Adds Author line, and Committer (if
        different from Author) to the message.
 
+-d::
+       Set an alternative CVSROOT to use.  This corresponds to the CVS
+       -d parameter.  Usually users will not want to set this, except
+       if using CVS in an asymmetric fashion.
+
 -f::
        Force the merge even if the files are not up to date.
 
index b4c767fcb38656d981c8ece500f0254db18432a0..e7a8a730e7fad9cadadb584b0634bc449f8bb6b1 100644 (file)
@@ -277,7 +277,7 @@ git-remote(1) Manual Page
 <em>git-remote</em> add &lt;name&gt; &lt;url&gt;\r
 <em>git-remote</em> show &lt;name&gt;\r
 <em>git-remote</em> prune &lt;name&gt;\r
-<em>git-remote</em> update</div></div>\r
+<em>git-remote</em> update [group]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -322,9 +322,12 @@ referenced by &lt;name&gt;, but are still locally available in
 </dt>\r
 <dd>\r
 <p>\r
-Fetch updates for the remotes in the repository.  By default all remotes\r
-are updated, but this can be configured via the configuration parameter\r
-<em>remote.fetch</em>.   (See <a href="git-config.html">git-config(1)</a>).\r
+Fetch updates for a named set of remotes in the repository as defined by\r
+remotes.&lt;group&gt;.  If a named group is not specified on the command line,\r
+the configuration parameter remotes.default will get used; if\r
+remotes.default is not defined, all remotes which do not the\r
+configuration parameter remote.&lt;name&gt;.skipDefaultUpdate set to true will\r
+be updated.  (See <a href="git-config.html">git-config(1)</a>).\r
 </p>\r
 </dd>\r
 </dl>\r
@@ -378,7 +381,7 @@ $ git checkout -b nfs linux-nfs/master
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 20-Feb-2007 04:52:01 UTC\r
+Last updated 21-Feb-2007 20:23:57 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 06ba2e6f26aca732c70d04b6d59190dd0e3a683e..250761f97ed9b43cf6cec9fb36e835ed80327cd5 100644 (file)
@@ -13,7 +13,7 @@ SYNOPSIS
 'git-remote' add <name> <url>
 'git-remote' show <name>
 'git-remote' prune <name>
-'git-remote' update
+'git-remote' update [group]
 
 DESCRIPTION
 -----------
@@ -46,9 +46,12 @@ referenced by <name>, but are still locally available in
 
 'update'::
 
-Fetch updates for the remotes in the repository.  By default all remotes
-are updated, but this can be configured via the configuration parameter
-'remote.fetch'.   (See gitlink:git-config[1]).
+Fetch updates for a named set of remotes in the repository as defined by
+remotes.<group>.  If a named group is not specified on the command line,
+the configuration parameter remotes.default will get used; if
+remotes.default is not defined, all remotes which do not the
+configuration parameter remote.<name>.skipDefaultUpdate set to true will
+be updated.  (See gitlink:git-config[1]).
 
 
 DISCUSSION
index 9163c254ce657f9bd3c65fa71f0ffcf30348ba03..41e4f9f1bf437c1391877f3dbeb8725844fdb7be 100644 (file)
--- a/git.html
+++ b/git.html
@@ -2290,7 +2290,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 21-Feb-2007 08:01:22 UTC\r
+Last updated 21-Feb-2007 20:23:58 UTC\r
 </div>\r
 </div>\r
 </body>\r