If this option is not given, `git fetch` defaults to remote "origin".
branch.<name>.merge::
- When in branch <name>, it tells `git fetch` the default refspec to
- be marked for merging in FETCH_HEAD. The value has exactly to match
- a remote part of one of the refspecs which are fetched from the remote
- given by "branch.<name>.remote".
+ When in branch <name>, it tells `git fetch` the default
+ refspec to be marked for merging in FETCH_HEAD. The value is
+ handled like the remote part of a refspec, and must match a
+ ref which is fetched from the remote given by
+ "branch.<name>.remote".
The merge information is used by `git pull` (which at first calls
`git fetch`) to lookup the default branch for merging. Without
this option, `git pull` defaults to merge the first refspec fetched.
</dt>\r
<dd>\r
<p>\r
- When in branch <name>, it tells <tt>git fetch</tt> the default refspec to\r
- be marked for merging in FETCH_HEAD. The value has exactly to match\r
- a remote part of one of the refspecs which are fetched from the remote\r
- given by "branch.<name>.remote".\r
+ When in branch <name>, it tells <tt>git fetch</tt> the default\r
+ refspec to be marked for merging in FETCH_HEAD. The value is\r
+ handled like the remote part of a refspec, and must match a\r
+ ref which is fetched from the remote given by\r
+ "branch.<name>.remote".\r
The merge information is used by <tt>git pull</tt> (which at first calls\r
<tt>git fetch</tt>) to lookup the default branch for merging. Without\r
this option, <tt>git pull</tt> defaults to merge the first refspec fetched.\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 23-Oct-2007 01:21:46 UTC\r
+Last updated 25-Oct-2007 06:49:38 UTC\r
</div>\r
</div>\r
</body>\r
</div>\r
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
-<p><em>git-http-push</em> [--all] [--force] [--verbose] <url> <ref> [<ref>…]</p>\r
+<p><em>git-http-push</em> [--all] [--dry-run] [--force] [--verbose] <url> <ref> [<ref>…]</p>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
</p>\r
</dd>\r
<dt>\r
+--dry-run\r
+</dt>\r
+<dd>\r
+<p>\r
+ Do everything except actually send the updates.\r
+</p>\r
+</dd>\r
+<dt>\r
--verbose\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:43 UTC\r
+Last updated 25-Oct-2007 06:49:38 UTC\r
</div>\r
</div>\r
</body>\r
SYNOPSIS
--------
-'git-http-push' [--all] [--force] [--verbose] <url> <ref> [<ref>...]
+'git-http-push' [--all] [--dry-run] [--force] [--verbose] <url> <ref> [<ref>...]
DESCRIPTION
-----------
the remote repository can lose commits; use it with
care.
+--dry-run::
+ Do everything except actually send the updates.
+
--verbose::
Report the list of objects being walked locally and the
list of objects successfully sent to the remote repository.
</p>\r
</dd>\r
<dt>\r
+sendemail.to\r
+</dt>\r
+<dd>\r
+<p>\r
+ Email address (or alias) to always send to.\r
+</p>\r
+</dd>\r
+<dt>\r
sendemail.cccmd\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 30-Sep-2007 00:49:45 UTC\r
+Last updated 25-Oct-2007 06:49:39 UTC\r
</div>\r
</div>\r
</body>\r
Format of the file(s) specified in sendemail.aliasesfile. Must be
one of 'mutt', 'mailrc', 'pine', or 'gnus'.
+sendemail.to::
+ Email address (or alias) to always send to.
+
sendemail.cccmd::
Command to execute to generate per patch file specific "Cc:"s.