File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ OPTIONS
44
44
-d::
45
45
--dereference::
46
46
47
- Dereference tags into object IDs as well. They will be shown with "^ {}"
47
+ Dereference tags into object IDs as well. They will be shown with "{caret} {}"
48
48
appended.
49
49
50
50
-s::
@@ -73,9 +73,9 @@ OPTIONS
73
73
--exclude-existing[=<pattern>]::
74
74
75
75
Make 'git show-ref' act as a filter that reads refs from stdin of the
76
- form "^ (?:<anything>\s)?<refname>(?:{backslash}{caret}\{\ })?$"
76
+ form "`{caret} (?:<anything>\s)?<refname>(?:{backslash}{caret}{ })?$` "
77
77
and performs the following actions on each:
78
- (1) strip "^ {}" at the end of line if any;
78
+ (1) strip "{caret} {}" at the end of line if any;
79
79
(2) ignore if pattern is provided and does not head-match refname;
80
80
(3) warn if refname is not a well-formed refname and skip;
81
81
(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