We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa43131 + 18c4aac commit 62ce3dcCopy full SHA for 62ce3dc
1 file changed
Documentation/git-show-ref.txt
@@ -47,7 +47,7 @@ OPTIONS
47
-d::
48
--dereference::
49
50
- 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 `^{}`
51
appended.
52
53
-s::
@@ -78,7 +78,7 @@ OPTIONS
78
Make `git show-ref` act as a filter that reads refs from stdin of the
79
form `^(?:<anything>\s)?<refname>(?:\^{})?$`
80
and performs the following actions on each:
81
- (1) strip `{caret}{}` at the end of line if any;
+ (1) strip `^{}` at the end of line if any;
82
(2) ignore if pattern is provided and does not head-match refname;
83
(3) warn if refname is not a well-formed refname and skip;
84
(4) ignore if refname is a ref that exists in the local repository;
0 commit comments