summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.txt
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-parse.txt
parent677625c6ad36af8d09271babf1947876043012be (diff)
downloadgit-htmldocs-42ce67d67656af1241e4ef3aa4133991cccdafe6.tar.gz
Autogenerated HTML docs for v2.40.0-71-g95026
Diffstat (limited to 'git-rev-parse.txt')
-rw-r--r--git-rev-parse.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/git-rev-parse.txt b/git-rev-parse.txt
index bcd806928..f26a7591e 100644
--- a/git-rev-parse.txt
+++ b/git-rev-parse.txt
@@ -197,10 +197,11 @@ respectively, and they must begin with `refs/` when applied to `--glob`
or `--all`. If a trailing '/{asterisk}' is intended, it must be given
explicitly.
---exclude-hidden=[receive|uploadpack]::
- Do not include refs that would be hidden by `git-receive-pack` or
- `git-upload-pack` by consulting the appropriate `receive.hideRefs` or
- `uploadpack.hideRefs` configuration along with `transfer.hideRefs` (see
+--exclude-hidden=[fetch|receive|uploadpack]::
+ Do not include refs that would be hidden by `git-fetch`,
+ `git-receive-pack` or `git-upload-pack` by consulting the appropriate
+ `fetch.hideRefs`, `receive.hideRefs` or `uploadpack.hideRefs`
+ configuration along with `transfer.hideRefs` (see
linkgit:git-config[1]). This option affects the next pseudo-ref option
`--all` or `--glob` and is cleared after processing them.