summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-for-each-ref.html')
-rw-r--r--git-for-each-ref.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/git-for-each-ref.html b/git-for-each-ref.html
index 9f9e1f22a..0126097dc 100644
--- a/git-for-each-ref.html
+++ b/git-for-each-ref.html
@@ -754,7 +754,8 @@ git-for-each-ref(1) Manual Page
[ --stdin | <pattern>… ]
[--points-at=<object>]
[--merged[=<object>]] [--no-merged[=<object>]]
- [--contains[=&lt;object&gt;]] [--no-contains[=&lt;object&gt;]]</pre>
+ [--contains[=&lt;object&gt;]] [--no-contains[=&lt;object&gt;]]
+ [--exclude=&lt;pattern&gt; &#8230;]</pre>
<div class="attribution">
</div></div>
</div>
@@ -925,6 +926,16 @@ host language allowing their direct evaluation in that language.</p></div>
to the empty string.
</p>
</dd>
+<dt class="hdlist1">
+--exclude=&lt;pattern&gt;
+</dt>
+<dd>
+<p>
+ If one or more patterns are given, only refs which do not match
+ any excluded pattern(s) are shown. Matching is done using the
+ same rules as <code>&lt;pattern&gt;</code> above.
+</p>
+</dd>
</dl></div>
</div>
</div>
@@ -1429,7 +1440,7 @@ commits and from none of the <code>--no-merged</code> commits are shown.</p></di
<div id="footer">
<div id="footer-text">
Last updated
- 2023-07-14 11:44:41 PDT
+ 2023-07-21 16:08:35 PDT
</div>
</div>
</body>