Autogenerated HTML docs for v1.4.4.1-g634b8
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 24 Nov 2006 12:10:55 +0000 (12:10 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 24 Nov 2006 12:10:55 +0000 (12:10 +0000)
config.txt
git-branch.html
git-branch.txt
git-repo-config.html

index 9d3c71c3b87a9603973de42c76c4570a94420398..9090762819fac988c63eaa17089c0d4c57a8d338 100644 (file)
@@ -219,6 +219,12 @@ i18n.commitEncoding::
        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.
index eb0169370fcb34642634712143bc3e37583b6cc1..65e7a370d034650efdbb05b718796ffc59ff0e88 100644 (file)
@@ -273,14 +273,16 @@ git-branch(1) Manual Page
 <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] &lt;branchname&gt; [&lt;start-point&gt;]\r
 <em>git-branch</em> (-d | -D) &lt;branchname&gt;&#8230;</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 &lt;branchname&gt; will be created.\r
 It will start out with a head equal to the one given as &lt;start-point&gt;.\r
 If no &lt;start-point&gt; is given, the branch will be created with a head\r
@@ -331,7 +333,15 @@ has a ref log then the ref log will also be deleted.</p>
 </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
@@ -421,7 +431,7 @@ a branch and check it out with a single command.</p>
 </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
index d43ef1dec4f27361af1a32983c53aeea15468fe9..5376760813954b3aed9300a03cc2f5f21c4724f2 100644 (file)
@@ -8,14 +8,16 @@ git-branch - List, create, or delete branches.
 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>.
@@ -45,7 +47,10 @@ OPTIONS
        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.
index 5dd623426d360f09f067f7d0f7715a4cbe7b0496..6c0011bd372aa26314da7de2d3052a9ab3869207 100644 (file)
@@ -899,6 +899,17 @@ i18n.commitEncoding
 </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
@@ -1106,7 +1117,7 @@ receive.denyNonFastForwards
 </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