browser (and possibly at other places in the future or in other
porcelains). See e.g. gitlink:git-mailinfo[1]. Defaults to 'utf-8'.
+log.showroot::
+ If true, the initial commit will be shown as a big creation event.
+ This is equivalent to a diff against an empty tree.
+ Tools like gitlink:git-log[1] or gitlink:git-whatchanged[1], which
+ normally hide the root commit will now show it. True by default.
+
merge.summary::
Whether to include summaries of merged commits in newly created
merge commit messages. False by default.
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
<div class="verseblock">\r
-<div class="content"><em>git-branch</em> [-r]\r
+<div class="content"><em>git-branch</em> [-r] [-a]\r
<em>git-branch</em> [-l] [-f] <branchname> [<start-point>]\r
<em>git-branch</em> (-d | -D) <branchname>…</div></div>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
-<p>With no arguments given (or just <tt>-r</tt>) a list of available branches\r
-will be shown, the current branch will be highlighted with an asterisk.</p>\r
+<p>With no arguments given a list of existing branches\r
+will be shown, the current branch will be highlighted with an asterisk.\r
+Option <tt>-r</tt> causes the remote-tracking branches to be listed,\r
+and option <tt>-a</tt> shows both.</p>\r
<p>In its second form, a new branch named <branchname> will be created.\r
It will start out with a head equal to the one given as <start-point>.\r
If no <start-point> is given, the branch will be created with a head\r
</dt>\r
<dd>\r
<p>\r
- List only the "remote" branches.\r
+ List the remote-tracking branches.\r
+</p>\r
+</dd>\r
+<dt>\r
+-a\r
+</dt>\r
+<dd>\r
+<p>\r
+ List both remote-tracking branches and local branches.\r
</p>\r
</dd>\r
<dt>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 03-Oct-2006 08:40:53 UTC\r
+Last updated 24-Nov-2006 12:10:49 UTC\r
</div>\r
</div>\r
</body>\r
SYNOPSIS
--------
[verse]
-'git-branch' [-r]
+'git-branch' [-r] [-a]
'git-branch' [-l] [-f] <branchname> [<start-point>]
'git-branch' (-d | -D) <branchname>...
DESCRIPTION
-----------
-With no arguments given (or just `-r`) a list of available branches
+With no arguments given a list of existing branches
will be shown, the current branch will be highlighted with an asterisk.
+Option `-r` causes the remote-tracking branches to be listed,
+and option `-a` shows both.
In its second form, a new branch named <branchname> will be created.
It will start out with a head equal to the one given as <start-point>.
a branch that already exists with the same name.
-r::
- List only the "remote" branches.
+ List the remote-tracking branches.
+
+-a::
+ List both remote-tracking branches and local branches.
<branchname>::
The name of the branch to create or delete.
</p>\r
</dd>\r
<dt>\r
+log.showroot\r
+</dt>\r
+<dd>\r
+<p>\r
+ If true, the initial commit will be shown as a big creation event.\r
+ This is equivalent to a diff against an empty tree.\r
+ Tools like <a href="git-log.html">git-log(1)</a> or <a href="git-whatchanged.html">git-whatchanged(1)</a>, which\r
+ normally hide the root commit will now show it. True by default.\r
+</p>\r
+</dd>\r
+<dt>\r
merge.summary\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 08-Nov-2006 01:33:29 UTC\r
+Last updated 24-Nov-2006 12:10:50 UTC\r
</div>\r
</div>\r
</body>\r