summaryrefslogtreecommitdiffstats
path: root/git-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-15 16:08:31 -0700
committerJunio C Hamano <gitster@pobox.com>2015-10-15 16:08:31 -0700
commitb0a1e835fc058a3e209af3d419ef845b21a73f4f (patch)
treecea4bb3381b70c9e33167e843de1f0d664d35fbd /git-branch.html
parent1f7c4a50fe813d6e616e950c633237d4dde581d6 (diff)
downloadgit-htmldocs-b0a1e835fc058a3e209af3d419ef845b21a73f4f.tar.gz
Autogenerated HTML docs for v2.6.1-213-ga838a
Diffstat (limited to 'git-branch.html')
-rw-r--r--git-branch.html28
1 files changed, 26 insertions, 2 deletions
diff --git a/git-branch.html b/git-branch.html
index 3c552acfc..b06372c07 100644
--- a/git-branch.html
+++ b/git-branch.html
@@ -751,7 +751,8 @@ git-branch(1) Manual Page
<pre class="content"><em>git branch</em> [--color[=&lt;when&gt;] | --no-color] [-r | -a]
[--list] [-v [--abbrev=&lt;length&gt; | --no-abbrev]]
[--column[=&lt;options&gt;] | --no-column]
- [(--merged | --no-merged | --contains) [&lt;commit&gt;]] [&lt;pattern&gt;&#8230;]
+ [(--merged | --no-merged | --contains) [&lt;commit&gt;]] [--sort=&lt;key&gt;]
+ [--points-at &lt;object&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> (--set-upstream-to=&lt;upstream&gt; | -u &lt;upstream&gt;) [&lt;branchname&gt;]
<em>git branch</em> --unset-upstream [&lt;branchname&gt;]
@@ -1136,6 +1137,29 @@ start-point is either a local or remote-tracking branch.</p></div>
&lt;branchname&gt; apply.
</p>
</dd>
+<dt class="hdlist1">
+--sort=&lt;key&gt;
+</dt>
+<dd>
+<p>
+ Sort based on the key given. Prefix <code>-</code> to sort in descending
+ order of the value. You may use the --sort=&lt;key&gt; option
+ multiple times, in which case the last key becomes the primary
+ key. The keys supported are the same as those in <code>git
+ for-each-ref</code>. Sort order defaults to sorting based on the
+ full refname (including <code>refs/...</code> prefix). This lists
+ detached HEAD (if present) first, then local branches and
+ finally remote-tracking branches.
+</p>
+</dd>
+<dt class="hdlist1">
+--points-at &lt;object&gt;
+</dt>
+<dd>
+<p>
+ Only list branches of the given object.
+</p>
+</dd>
</dl></div>
</div>
</div>
@@ -1244,7 +1268,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 2015-09-17 13:25:47 PDT
+Last updated 2015-10-15 16:07:45 PDT
</div>
</div>
</body>