Merge branch 'cn/maint-rev-list-doc' into maint

* cn/maint-rev-list-doc:
  Documentation: use {asterisk} in rev-list-options.txt when needed
maint
Junio C Hamano 2012-03-05 14:27:36 -08:00
commit 0e20414f10
1 changed files with 6 additions and 6 deletions

View File

@ -117,27 +117,27 @@ parents) and `--max-parents=-1` (negative numbers denote no upper limit).
Pretend as if all the refs in `refs/heads` are listed Pretend as if all the refs in `refs/heads` are listed
on the command line as '<commit>'. If '<pattern>' is given, limit on the command line as '<commit>'. If '<pattern>' is given, limit
branches to ones matching given shell glob. If pattern lacks '?', branches to ones matching given shell glob. If pattern lacks '?',
'*', or '[', '/*' at the end is implied. '{asterisk}', or '[', '/{asterisk}' at the end is implied.


--tags[=<pattern>]:: --tags[=<pattern>]::


Pretend as if all the refs in `refs/tags` are listed Pretend as if all the refs in `refs/tags` are listed
on the command line as '<commit>'. If '<pattern>' is given, limit on the command line as '<commit>'. If '<pattern>' is given, limit
tags to ones matching given shell glob. If pattern lacks '?', '*', tags to ones matching given shell glob. If pattern lacks '?', '{asterisk}',
or '[', '/*' at the end is implied. or '[', '/{asterisk}' at the end is implied.


--remotes[=<pattern>]:: --remotes[=<pattern>]::


Pretend as if all the refs in `refs/remotes` are listed Pretend as if all the refs in `refs/remotes` are listed
on the command line as '<commit>'. If '<pattern>' is given, limit on the command line as '<commit>'. If '<pattern>' is given, limit
remote-tracking branches to ones matching given shell glob. remote-tracking branches to ones matching given shell glob.
If pattern lacks '?', '*', or '[', '/*' at the end is implied. If pattern lacks '?', '{asterisk}', or '[', '/{asterisk}' at the end is implied.


--glob=<glob-pattern>:: --glob=<glob-pattern>::
Pretend as if all the refs matching shell glob '<glob-pattern>' Pretend as if all the refs matching shell glob '<glob-pattern>'
are listed on the command line as '<commit>'. Leading 'refs/', are listed on the command line as '<commit>'. Leading 'refs/',
is automatically prepended if missing. If pattern lacks '?', '*', is automatically prepended if missing. If pattern lacks '?', '{asterisk}',
or '[', '/*' at the end is implied. or '[', '/{asterisk}' at the end is implied.


--ignore-missing:: --ignore-missing::