Skip to content

Commit

Permalink
Merge branch 'cn/maint-rev-list-doc' into maint-1.7.8
Browse files Browse the repository at this point in the history
* cn/maint-rev-list-doc:
  Documentation: use {asterisk} in rev-list-options.txt when needed
  • Loading branch information
gitster committed Apr 9, 2012
2 parents 50c9403 + e34bb2e commit fc2d99f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Documentation/rev-list-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
on the command line as '<commit>'. If '<pattern>' is given, limit
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>]::

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

--remotes[=<pattern>]::

Pretend as if all the refs in `refs/remotes` are listed
on the command line as '<commit>'. If '<pattern>' is given, limit
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>::
Pretend as if all the refs matching shell glob '<glob-pattern>'
are listed on the command line as '<commit>'. Leading 'refs/',
is automatically prepended if missing. If pattern lacks '?', '*',
or '[', '/*' at the end is implied.
is automatically prepended if missing. If pattern lacks '?', '{asterisk}',
or '[', '/{asterisk}' at the end is implied.

--ignore-missing::

Expand Down

0 comments on commit fc2d99f

Please sign in to comment.