summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-11-23 13:01:36 +0900
committerJunio C Hamano <gitster@pobox.com>2022-11-23 13:01:36 +0900
commite6ab919354ec5366f2f6561dacbea23946788c0b (patch)
treed61d8a40a1716609ecfd7c81a8e0d76a1ecdc359 /git-rev-parse.html
parentcb582cab761661d1b94a09a4a78c20a3d29c9744 (diff)
downloadgit-htmldocs-e6ab919354ec5366f2f6561dacbea23946788c0b.tar.gz
Autogenerated HTML docs for v2.39.0-rc0
Diffstat (limited to 'git-rev-parse.html')
-rw-r--r--git-rev-parse.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/git-rev-parse.html b/git-rev-parse.html
index 2b55c319e..1b0b323f8 100644
--- a/git-rev-parse.html
+++ b/git-rev-parse.html
@@ -1064,6 +1064,18 @@ or <code>--all</code>. If a trailing <em>/&#42;</em> is intended, it must be giv
explicitly.</p></div>
</dd>
<dt class="hdlist1">
+--exclude-hidden=[receive|uploadpack]
+</dt>
+<dd>
+<p>
+ Do not include refs that would be hidden by <code>git-receive-pack</code> or
+ <code>git-upload-pack</code> by consulting the appropriate <code>receive.hideRefs</code> or
+ <code>uploadpack.hideRefs</code> configuration along with <code>transfer.hideRefs</code> (see
+ <a href="git-config.html">git-config(1)</a>). This option affects the next pseudo-ref option
+ <code>--all</code> or <code>--glob</code> and is cleared after processing them.
+</p>
+</dd>
+<dt class="hdlist1">
--disambiguate=&lt;prefix&gt;
</dt>
<dd>
@@ -2063,7 +2075,7 @@ Similar to above:
<div id="footer">
<div id="footer-text">
Last updated
- 2021-01-26 11:03:13 JST
+ 2022-11-23 12:59:10 JST
</div>
</div>
</body>