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.html56
1 files changed, 55 insertions, 1 deletions
diff --git a/git-for-each-ref.html b/git-for-each-ref.html
index 0126097dc..3d2260d66 100644
--- a/git-for-each-ref.html
+++ b/git-for-each-ref.html
@@ -1198,6 +1198,60 @@ ahead-behind:<committish>
ref to the <code>&lt;committish&gt;</code> specified in the format.
</p>
</dd>
+<dt class="hdlist1">
+describe[:options]
+</dt>
+<dd>
+<p>
+ A human-readable name, like <a href="git-describe.html">git-describe(1)</a>;
+ empty string for undescribable commits. The <code>describe</code> string may
+ be followed by a colon and one or more comma-separated options.
+</p>
+<div class="openblock">
+<div class="content">
+<div class="dlist"><dl>
+<dt class="hdlist1">
+tags=&lt;bool-value&gt;
+</dt>
+<dd>
+<p>
+ Instead of only considering annotated tags, consider
+ lightweight tags as well; see the corresponding option in
+ <a href="git-describe.html">git-describe(1)</a> for details.
+</p>
+</dd>
+<dt class="hdlist1">
+abbrev=&lt;number&gt;
+</dt>
+<dd>
+<p>
+ Use at least &lt;number&gt; hexadecimal digits; see the corresponding
+ option in <a href="git-describe.html">git-describe(1)</a> for details.
+</p>
+</dd>
+<dt class="hdlist1">
+match=&lt;pattern&gt;
+</dt>
+<dd>
+<p>
+ Only consider tags matching the given <code>glob(7)</code> pattern,
+ excluding the "refs/tags/" prefix; see the corresponding option
+ in <a href="git-describe.html">git-describe(1)</a> for details.
+</p>
+</dd>
+<dt class="hdlist1">
+exclude=&lt;pattern&gt;
+</dt>
+<dd>
+<p>
+ Do not consider tags matching the given <code>glob(7)</code> pattern,
+ excluding the "refs/tags/" prefix; see the corresponding option
+ in <a href="git-describe.html">git-describe(1)</a> for details.
+</p>
+</dd>
+</dl></div>
+</div></div>
+</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
@@ -1440,7 +1494,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-21 16:08:35 PDT
+ 2023-08-02 10:50:19 PDT
</div>
</div>
</body>