@@ -117,27 +117,27 @@ parents) and `--max-parents=-1` (negative numbers denote no upper limit).
117
117
Pretend as if all the refs in `refs/heads` are listed
118
118
on the command line as '<commit>'. If '<pattern>' is given, limit
119
119
branches to ones matching given shell glob. If pattern lacks '?',
120
- '* ', or '[', '/* ' at the end is implied.
120
+ '{asterisk} ', or '[', '/{asterisk} ' at the end is implied.
121
121
122
122
--tags[=<pattern>]::
123
123
124
124
Pretend as if all the refs in `refs/tags` are listed
125
125
on the command line as '<commit>'. If '<pattern>' is given, limit
126
- tags to ones matching given shell glob. If pattern lacks '?', '* ',
127
- or '[', '/* ' at the end is implied.
126
+ tags to ones matching given shell glob. If pattern lacks '?', '{asterisk} ',
127
+ or '[', '/{asterisk} ' at the end is implied.
128
128
129
129
--remotes[=<pattern>]::
130
130
131
131
Pretend as if all the refs in `refs/remotes` are listed
132
132
on the command line as '<commit>'. If '<pattern>' is given, limit
133
133
remote-tracking branches to ones matching given shell glob.
134
- If pattern lacks '?', '* ', or '[', '/* ' at the end is implied.
134
+ If pattern lacks '?', '{asterisk} ', or '[', '/{asterisk} ' at the end is implied.
135
135
136
136
--glob=<glob-pattern>::
137
137
Pretend as if all the refs matching shell glob '<glob-pattern>'
138
138
are listed on the command line as '<commit>'. Leading 'refs/',
139
- is automatically prepended if missing. If pattern lacks '?', '* ',
140
- or '[', '/* ' at the end is implied.
139
+ is automatically prepended if missing. If pattern lacks '?', '{asterisk} ',
140
+ or '[', '/{asterisk} ' at the end is implied.
141
141
142
142
--ignore-missing::
143
143
0 commit comments