summaryrefslogtreecommitdiffstats
path: root/git-log.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-log.html')
-rw-r--r--git-log.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/git-log.html b/git-log.html
index 05f764d72..d40a02e99 100644
--- a/git-log.html
+++ b/git-log.html
@@ -1334,13 +1334,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>