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.html24
1 files changed, 22 insertions, 2 deletions
diff --git a/git-for-each-ref.html b/git-for-each-ref.html
index 7dec9fd1a..6eac2e17d 100644
--- a/git-for-each-ref.html
+++ b/git-for-each-ref.html
@@ -750,7 +750,8 @@ git-for-each-ref(1) Manual Page
<div class="sectionbody">
<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;]
+ [(--sort=&lt;key&gt;)&#8230;] [--format=&lt;format&gt;]
+ [ --stdin | &lt;pattern&gt;&#8230; ]
[--points-at=&lt;object&gt;]
[--merged[=&lt;object&gt;]] [--no-merged[=&lt;object&gt;]]
[--contains[=&lt;object&gt;]] [--no-contains[=&lt;object&gt;]]</pre>
@@ -785,6 +786,15 @@ host language allowing their direct evaluation in that language.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--stdin
+</dt>
+<dd>
+<p>
+ If <code>--stdin</code> is supplied, then the list of patterns is read from
+ standard input instead of from the argument list.
+</p>
+</dd>
+<dt class="hdlist1">
--count=&lt;count&gt;
</dt>
<dd>
@@ -1096,6 +1106,16 @@ worktreepath
otherwise.
</p>
</dd>
+<dt class="hdlist1">
+ahead-behind:&lt;committish&gt;
+</dt>
+<dd>
+<p>
+ Two integers, separated by a space, demonstrating the number of
+ commits ahead and behind, respectively, when comparing the output
+ ref to the <code>&lt;committish&gt;</code> specified in the format.
+</p>
+</dd>
</dl></div>
<div class="paragraph"><p>In addition to the above, for commit and tag objects, the header
field names (<code>tree</code>, <code>parent</code>, <code>object</code>, <code>type</code>, and <code>tag</code>) can
@@ -1338,7 +1358,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
- 2021-08-24 17:58:56 PDT
+ 2023-04-06 13:56:57 PDT
</div>
</div>
</body>