summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-09-22 13:14:53 -0700
committerJunio C Hamano <gitster@pobox.com>2020-09-22 13:14:53 -0700
commitb89e21bf03b9675dec757d6e63db8d859b034303 (patch)
tree34cb466dea8ce5ccb8a99e56c09585f469e37104 /git-for-each-ref.html
parent5093e585a82e361cce2270aafd5f1b6954353021 (diff)
downloadgit-htmldocs-b89e21bf03b9675dec757d6e63db8d859b034303.tar.gz
Autogenerated HTML docs for v2.28.0-585-ge1cff
Diffstat (limited to 'git-for-each-ref.html')
-rw-r--r--git-for-each-ref.html21
1 files changed, 15 insertions, 6 deletions
diff --git a/git-for-each-ref.html b/git-for-each-ref.html
index 2f59c3058..728a5fbf3 100644
--- a/git-for-each-ref.html
+++ b/git-for-each-ref.html
@@ -752,7 +752,7 @@ git-for-each-ref(1) Manual Page
<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[=&lt;object&gt;] | --no-merged[=&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>
@@ -868,8 +868,7 @@ host language allowing their direct evaluation in that language.</p></div>
<dd>
<p>
Only list refs whose tips are reachable from the
- specified commit (HEAD if not specified),
- incompatible with <code>--no-merged</code>.
+ specified commit (HEAD if not specified).
</p>
</dd>
<dt class="hdlist1">
@@ -878,8 +877,7 @@ host language allowing their direct evaluation in that language.</p></div>
<dd>
<p>
Only list refs whose tips are not reachable from the
- specified commit (HEAD if not specified),
- incompatible with <code>--merged</code>.
+ specified commit (HEAD if not specified).
</p>
</dd>
<dt class="hdlist1">
@@ -1301,6 +1299,17 @@ will be reported.</p></div>
</div>
</div>
<div class="sect1">
+<h2 id="_notes">NOTES</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>When combining multiple <code>--contains</code> and <code>--no-contains</code> filters, only
+references that contain at least one of the <code>--contains</code> commits and
+contain none of the <code>--no-contains</code> commits are shown.</p></div>
+<div class="paragraph"><p>When combining multiple <code>--merged</code> and <code>--no-merged</code> filters, only
+references that are reachable from at least one of the <code>--merged</code>
+commits and from none of the <code>--no-merged</code> commits are shown.</p></div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
<div class="paragraph"><p><a href="git-show-ref.html">git-show-ref(1)</a></p></div>
@@ -1317,7 +1326,7 @@ will be reported.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-09-09 15:23:32 PDT
+ 2020-09-22 13:11:20 PDT
</div>
</div>
</body>