summaryrefslogtreecommitdiffstats
path: root/git-show-ref.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-08-17 17:20:22 -0700
committerJunio C Hamano <gitster@pobox.com>2023-08-17 17:20:22 -0700
commit6018d90530e0fe6eb0dfe74d97edead221614fe2 (patch)
treeff7570ea060a8dc84d6ff500f8a4a66182fcc7a5 /git-show-ref.txt
parent45b69bdbba75c664742cad7ee879d20471f98c46 (diff)
downloadgit-htmldocs-6018d90530e0fe6eb0dfe74d97edead221614fe2.tar.gz
Autogenerated HTML docs for v2.42.0-rc2-7-gf9972
Diffstat (limited to 'git-show-ref.txt')
-rw-r--r--git-show-ref.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-show-ref.txt b/git-show-ref.txt
index 44c7387d7..2fe274b8f 100644
--- a/git-show-ref.txt
+++ b/git-show-ref.txt
@@ -47,7 +47,7 @@ OPTIONS
-d::
--dereference::
- Dereference tags into object IDs as well. They will be shown with `{caret}{}`
+ Dereference tags into object IDs as well. They will be shown with `^{}`
appended.
-s::
@@ -78,7 +78,7 @@ OPTIONS
Make `git show-ref` act as a filter that reads refs from stdin of the
form `^(?:<anything>\s)?<refname>(?:\^{})?$`
and performs the following actions on each:
- (1) strip `{caret}{}` at the end of line if any;
+ (1) strip `^{}` at the end of line if any;
(2) ignore if pattern is provided and does not head-match refname;
(3) warn if refname is not a well-formed refname and skip;
(4) ignore if refname is a ref that exists in the local repository;