summaryrefslogtreecommitdiffstats
path: root/git-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-02-27 15:37:49 -0800
committerJunio C Hamano <gitster@pobox.com>2017-02-27 15:37:49 -0800
commitcbe0eb29622a497f18818e4481f27636446b86d7 (patch)
treeda1fda656a0a1af2c8056d46ac3175ddcf876b70 /git-branch.html
parentfa0dac3fc7e469b539896aae52323ed08805a46c (diff)
downloadgit-htmldocs-cbe0eb29622a497f18818e4481f27636446b86d7.tar.gz
Autogenerated HTML docs for v2.12.0-189-g3bc532
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 ee7d478f0..a3fbd9967 100644
--- a/git-branch.html
+++ b/git-branch.html
@@ -752,7 +752,7 @@ git-branch(1) Manual Page
[--list] [-v [--abbrev=&lt;length&gt; | --no-abbrev]]
[--column[=&lt;options&gt;] | --no-column]
[(--merged | --no-merged | --contains) [&lt;commit&gt;]] [--sort=&lt;key&gt;]
- [--points-at &lt;object&gt;] [&lt;pattern&gt;&#8230;]
+ [--points-at &lt;object&gt;] [--format=&lt;format&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;]
@@ -1174,6 +1174,16 @@ start-point is either a local or remote-tracking branch.</p></div>
Only list branches of the given object.
</p>
</dd>
+<dt class="hdlist1">
+--format &lt;format&gt;
+</dt>
+<dd>
+<p>
+ A string that interpolates <code>%(fieldname)</code> from the object
+ pointed at by a ref being shown. The format is the same as
+ that of <a href="git-for-each-ref.html">git-for-each-ref(1)</a>.
+</p>
+</dd>
</dl></div>
</div>
</div>
@@ -1282,7 +1292,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 2017-02-03 13:41:40 PST
+Last updated 2017-02-27 15:37:25 PST
</div>
</div>
</body>