pull.twohead::
The default merge strategy to use when pulling a single branch.
+remote.<name>.url::
+ The URL of a remote repository. See gitlink:git-fetch[1] or
+ gitlink:git-push[1].
+
+remote.<name>.fetch::
+ The default set of "refspec" for gitlink:git-fetch[1]. See
+ gitlink:git-fetch[1].
+
+remote.<name>.push::
+ The default set of "refspec" for gitlink:git-push[1]. See
+ gitlink:git-push[1].
+
repack.usedeltabaseoffset::
Allow gitlink:git-repack[1] to create packs that uses
delta-base offset. Defaults to false.
lines are used for <tt>git-push</tt> and <tt>git-fetch</tt>/<tt>git-pull</tt>,\r
respectively. Multiple <tt>Push:</tt> and <tt>Pull:</tt> lines may\r
be specified for additional branch mappings.</p>\r
+<p>Or, equivalently, in the <tt>$GIT_DIR/config</tt> (note the use\r
+of <tt>fetch</tt> instead of <tt>Pull:</tt>):</p>\r
+<div class="literalblock">\r
+<div class="content">\r
+<pre><tt>url = <url>\r
+push = <refspec>\r
+fetch = <refspec></tt></pre>\r
+</div></div>\r
<p>The name of a file in <tt>$GIT_DIR/branches</tt> directory can be\r
specified as an older notation short-hand; the named\r
file should contain a single line, a URL in one of the\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:04 UTC\r
+Last updated 24-Oct-2006 05:43:59 UTC\r
</div>\r
</div>\r
</body>\r
lines are used for <tt>git-push</tt> and <tt>git-fetch</tt>/<tt>git-pull</tt>,\r
respectively. Multiple <tt>Push:</tt> and <tt>Pull:</tt> lines may\r
be specified for additional branch mappings.</p>\r
+<p>Or, equivalently, in the <tt>$GIT_DIR/config</tt> (note the use\r
+of <tt>fetch</tt> instead of <tt>Pull:</tt>):</p>\r
+<div class="literalblock">\r
+<div class="content">\r
+<pre><tt>url = <url>\r
+push = <refspec>\r
+fetch = <refspec></tt></pre>\r
+</div></div>\r
<p>The name of a file in <tt>$GIT_DIR/branches</tt> directory can be\r
specified as an older notation short-hand; the named\r
file should contain a single line, a URL in one of the\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:18 UTC\r
+Last updated 24-Oct-2006 05:43:59 UTC\r
</div>\r
</div>\r
</body>\r
lines are used for <tt>git-push</tt> and <tt>git-fetch</tt>/<tt>git-pull</tt>,\r
respectively. Multiple <tt>Push:</tt> and <tt>Pull:</tt> lines may\r
be specified for additional branch mappings.</p>\r
+<p>Or, equivalently, in the <tt>$GIT_DIR/config</tt> (note the use\r
+of <tt>fetch</tt> instead of <tt>Pull:</tt>):</p>\r
+<div class="literalblock">\r
+<div class="content">\r
+<pre><tt>url = <url>\r
+push = <refspec>\r
+fetch = <refspec></tt></pre>\r
+</div></div>\r
<p>The name of a file in <tt>$GIT_DIR/branches</tt> directory can be\r
specified as an older notation short-hand; the named\r
file should contain a single line, a URL in one of the\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:19 UTC\r
+Last updated 24-Oct-2006 05:44:00 UTC\r
</div>\r
</div>\r
</body>\r
</p>\r
</dd>\r
<dt>\r
+remote.<name>.url\r
+</dt>\r
+<dd>\r
+<p>\r
+ The URL of a remote repository. See <a href="git-fetch.html">git-fetch(1)</a> or\r
+ <a href="git-push.html">git-push(1)</a>.\r
+</p>\r
+</dd>\r
+<dt>\r
+remote.<name>.fetch\r
+</dt>\r
+<dd>\r
+<p>\r
+ The default set of "refspec" for <a href="git-fetch.html">git-fetch(1)</a>. See\r
+ <a href="git-fetch.html">git-fetch(1)</a>.\r
+</p>\r
+</dd>\r
+<dt>\r
+remote.<name>.push\r
+</dt>\r
+<dd>\r
+<p>\r
+ The default set of "refspec" for <a href="git-push.html">git-push(1)</a>. See\r
+ <a href="git-push.html">git-push(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 23-Oct-2006 07:18:40 UTC\r
+Last updated 24-Oct-2006 05:44:00 UTC\r
</div>\r
</div>\r
</body>\r
respectively. Multiple `Push:` and `Pull:` lines may
be specified for additional branch mappings.
+Or, equivalently, in the `$GIT_DIR/config` (note the use
+of `fetch` instead of `Pull:`):
+
+[remote "<remote>"]
+ url = <url>
+ push = <refspec>
+ fetch = <refspec>
+
The name of a file in `$GIT_DIR/branches` directory can be
specified as an older notation short-hand; the named
file should contain a single line, a URL in one of the