summaryrefslogtreecommitdiffstats
path: root/git-rev-list.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-list.html
parentcb582cab761661d1b94a09a4a78c20a3d29c9744 (diff)
downloadgit-htmldocs-e6ab919354ec5366f2f6561dacbea23946788c0b.tar.gz
Autogenerated HTML docs for v2.39.0-rc0
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index 83a257ffe..9fe84d83f 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -1150,6 +1150,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">
--reflog
</dt>
<dd>