summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-rev-parse.html')
-rw-r--r--git-rev-parse.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/git-rev-parse.html b/git-rev-parse.html
index b2a4ddfad..bcff2e06e 100644
--- a/git-rev-parse.html
+++ b/git-rev-parse.html
@@ -1064,13 +1064,14 @@ 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]
+--exclude-hidden=[fetch|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
+ Do not include refs that would be hidden by <code>git-fetch</code>,
+ <code>git-receive-pack</code> or <code>git-upload-pack</code> by consulting the appropriate
+ <code>fetch.hideRefs</code>, <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>
@@ -2076,7 +2077,7 @@ Similar to above:
<div id="footer">
<div id="footer-text">
Last updated
- 2022-11-22 19:59:10 PST
+ 2023-03-17 14:32:36 PDT
</div>
</div>
</body>