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].
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].
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.
</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.<name>.url\r
</dt>\r
<dd>\r
</p>\r
</dd>\r
<dt>\r
+remote.<name>.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.<name>.receivepack\r
</dt>\r
<dd>\r
</p>\r
</dd>\r
<dt>\r
+remotes.<group>\r
+</dt>\r
+<dd>\r
+<p>\r
+ The list of remotes which are fetched by "git remote update\r
+ <group>". See <a href="git-remote.html">git-remote(1)</a>.\r
+</p>\r
+</dd>\r
+<dt>\r
repack.usedeltabaseoffset\r
</dt>\r
<dd>\r
</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
</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
</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
</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
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
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.
<em>git-remote</em> add <name> <url>\r
<em>git-remote</em> show <name>\r
<em>git-remote</em> prune <name>\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
</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.<group>. 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.<name>.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
</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
'git-remote' add <name> <url>
'git-remote' show <name>
'git-remote' prune <name>
-'git-remote' update
+'git-remote' update [group]
DESCRIPTION
-----------
'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
</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