summaryrefslogtreecommitdiffstats
path: root/git-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-12-09 15:41:20 -0800
committerJunio C Hamano <gitster@pobox.com>2011-12-09 15:41:20 -0800
commit515ab1d542801aea6a6119c0391ef91dbc9e9de9 (patch)
treecfcad3b4d1f63c5d1c5c8752e507cc4f9db59207 /git-branch.html
parent92887a3ed176ab77bfc12e91914f1cdd99e591d6 (diff)
downloadgit-htmldocs-515ab1d542801aea6a6119c0391ef91dbc9e9de9.tar.gz
Autogenerated HTML docs for v1.7.8-163-g9859a
Diffstat (limited to 'git-branch.html')
-rw-r--r--git-branch.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/git-branch.html b/git-branch.html
index 39de4e8bf..f9283f8ab 100644
--- a/git-branch.html
+++ b/git-branch.html
@@ -588,7 +588,8 @@ git-branch(1) Manual Page
[(--merged | --no-merged | --contains) [&lt;commit&gt;]] [&lt;pattern&gt;&#8230;]
<em>git branch</em> [--set-upstream | --track | --no-track] [-l] [-f] &lt;branchname&gt; [&lt;start-point&gt;]
<em>git branch</em> (-m | -M) [&lt;oldbranch&gt;] &lt;newbranch&gt;
-<em>git branch</em> (-d | -D) [-r] &lt;branchname&gt;&#8230;</div>
+<em>git branch</em> (-d | -D) [-r] &lt;branchname&gt;&#8230;
+<em>git branch</em> --edit-description [&lt;branchname&gt;]</div>
<div class="verseblock-attribution">
</div></div>
</div>
@@ -828,6 +829,15 @@ start-point is either a local or remote-tracking branch.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--edit-description
+</dt>
+<dd>
+<p>
+ Open an editor and edit the text to explain what the branch is
+ for, to be used by various other commands (e.g. <tt>request-pull</tt>).
+</p>
+</dd>
+<dt class="hdlist1">
--contains &lt;commit&gt;
</dt>
<dd>
@@ -990,7 +1000,7 @@ a branch?&#8221;</a> in the Git User&#8217;s Manual.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-11-15 13:45:02 PDT
+Last updated 2011-12-09 15:40:58 PDT
</div>
</div>
</body>