summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.txt
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-parse.txt
parentcb582cab761661d1b94a09a4a78c20a3d29c9744 (diff)
downloadgit-htmldocs-e6ab919354ec5366f2f6561dacbea23946788c0b.tar.gz
Autogenerated HTML docs for v2.39.0-rc0
Diffstat (limited to 'git-rev-parse.txt')
-rw-r--r--git-rev-parse.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/git-rev-parse.txt b/git-rev-parse.txt
index 6b8ca085a..bcd806928 100644
--- a/git-rev-parse.txt
+++ b/git-rev-parse.txt
@@ -197,6 +197,13 @@ 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
+ linkgit:git-config[1]). This option affects the next pseudo-ref option
+ `--all` or `--glob` and is cleared after processing them.
+
--disambiguate=<prefix>::
Show every object whose name begins with the given prefix.
The <prefix> must be at least 4 hexadecimal digits long to