summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-03-17 14:36:41 -0700
committerJunio C Hamano <gitster@pobox.com>2023-03-17 14:36:41 -0700
commit42ce67d67656af1241e4ef3aa4133991cccdafe6 (patch)
treec8df8a8121788e0fae9be01c48fb82781947e374 /git-rev-list.html
parent677625c6ad36af8d09271babf1947876043012be (diff)
downloadgit-htmldocs-42ce67d67656af1241e4ef3aa4133991cccdafe6.tar.gz
Autogenerated HTML docs for v2.40.0-71-g95026
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index c59de2209..3ce99e5c0 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -1150,13 +1150,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>