File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ OPTIONS
47
47
-d::
48
48
--dereference::
49
49
50
- Dereference tags into object IDs as well. They will be shown with `{caret} {}`
50
+ Dereference tags into object IDs as well. They will be shown with `^ {}`
51
51
appended.
52
52
53
53
-s::
@@ -78,7 +78,7 @@ OPTIONS
78
78
Make `git show-ref` act as a filter that reads refs from stdin of the
79
79
form `^(?:<anything>\s)?<refname>(?:\^{})?$`
80
80
and performs the following actions on each:
81
- (1) strip `{caret} {}` at the end of line if any;
81
+ (1) strip `^ {}` at the end of line if any;
82
82
(2) ignore if pattern is provided and does not head-match refname;
83
83
(3) warn if refname is not a well-formed refname and skip;
84
84
(4) ignore if refname is a ref that exists in the local repository;
You can’t perform that action at this time.
0 commit comments