summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-09-25 16:24:53 +0900
committerJunio C Hamano <gitster@pobox.com>2017-09-25 16:24:53 +0900
commitd4bbec033e244d5d84e1889f00a9b2d74a0fcab6 (patch)
tree6a617685ae6c5766e88b3fd3e1911ab42db1aa9b /git-for-each-ref.html
parent8d57fa9fe6ea559b6e39c049c77c54f0ae0a32c3 (diff)
downloadgit-htmldocs-d4bbec033e244d5d84e1889f00a9b2d74a0fcab6.tar.gz
Autogenerated HTML docs for v2.14.1-802-g28996
Diffstat (limited to 'git-for-each-ref.html')
-rw-r--r--git-for-each-ref.html45
1 files changed, 23 insertions, 22 deletions
diff --git a/git-for-each-ref.html b/git-for-each-ref.html
index a0620657d..8b6e7f291 100644
--- a/git-for-each-ref.html
+++ b/git-for-each-ref.html
@@ -750,8 +750,9 @@ git-for-each-ref(1) Manual Page
<div class="verseblock">
<pre class="content"><em>git for-each-ref</em> [--count=&lt;count&gt;] [--shell|--perl|--python|--tcl]
[(--sort=&lt;key&gt;)&#8230;] [--format=&lt;format&gt;] [&lt;pattern&gt;&#8230;]
- [--points-at &lt;object&gt;] [(--merged | --no-merged) [&lt;object&gt;]]
- [--contains [&lt;object&gt;]] [--no-contains [&lt;object&gt;]]</pre>
+ [--points-at=&lt;object&gt;]
+ (--merged[=&lt;object&gt;] | --no-merged[=&lt;object&gt;])
+ [--contains[=&lt;object&gt;]] [--no-contains[=&lt;object&gt;]]</pre>
<div class="attribution">
</div></div>
</div>
@@ -772,7 +773,18 @@ host language allowing their direct evaluation in that language.</p></div>
<div class="sectionbody">
<div class="dlist"><dl>
<dt class="hdlist1">
-&lt;count&gt;
+&lt;pattern&gt;&#8230;
+</dt>
+<dd>
+<p>
+ If one or more patterns are given, only refs are shown that
+ match against at least one pattern, either using fnmatch(3) or
+ literally, in the latter case matching completely or from the
+ beginning up to a slash.
+</p>
+</dd>
+<dt class="hdlist1">
+--count=&lt;count&gt;
</dt>
<dd>
<p>
@@ -782,7 +794,7 @@ host language allowing their direct evaluation in that language.</p></div>
</p>
</dd>
<dt class="hdlist1">
-&lt;key&gt;
+--sort=&lt;key&gt;
</dt>
<dd>
<p>
@@ -794,7 +806,7 @@ host language allowing their direct evaluation in that language.</p></div>
</p>
</dd>
<dt class="hdlist1">
-&lt;format&gt;
+--format=&lt;format&gt;
</dt>
<dd>
<p>
@@ -812,17 +824,6 @@ host language allowing their direct evaluation in that language.</p></div>
</p>
</dd>
<dt class="hdlist1">
-&lt;pattern&gt;&#8230;
-</dt>
-<dd>
-<p>
- If one or more patterns are given, only refs are shown that
- match against at least one pattern, either using fnmatch(3) or
- literally, in the latter case matching completely or from the
- beginning up to a slash.
-</p>
-</dd>
-<dt class="hdlist1">
--shell
</dt>
<dt class="hdlist1">
@@ -843,7 +844,7 @@ host language allowing their direct evaluation in that language.</p></div>
</p>
</dd>
<dt class="hdlist1">
---points-at &lt;object&gt;
+--points-at=&lt;object&gt;
</dt>
<dd>
<p>
@@ -851,7 +852,7 @@ host language allowing their direct evaluation in that language.</p></div>
</p>
</dd>
<dt class="hdlist1">
---merged [&lt;object&gt;]
+--merged[=&lt;object&gt;]
</dt>
<dd>
<p>
@@ -861,7 +862,7 @@ host language allowing their direct evaluation in that language.</p></div>
</p>
</dd>
<dt class="hdlist1">
---no-merged [&lt;object&gt;]
+--no-merged[=&lt;object&gt;]
</dt>
<dd>
<p>
@@ -871,7 +872,7 @@ host language allowing their direct evaluation in that language.</p></div>
</p>
</dd>
<dt class="hdlist1">
---contains [&lt;object&gt;]
+--contains[=&lt;object&gt;]
</dt>
<dd>
<p>
@@ -880,7 +881,7 @@ host language allowing their direct evaluation in that language.</p></div>
</p>
</dd>
<dt class="hdlist1">
---no-contains [&lt;object&gt;]
+--no-contains[=&lt;object&gt;]
</dt>
<dd>
<p>
@@ -1210,7 +1211,7 @@ This prints the authorname, if present.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2017-08-23 14:56:20 PDT
+Last updated 2017-09-25 16:24:34 JST
</div>
</div>
</body>