mirror of
https://github.com/git/git.git
synced 2024-11-29 04:54:56 +08:00
Documentation: rev-list-options.txt: added --branches, --tags & --remotes.
Added simple descriptions of these options (based on description of --all). Signed-off-by: Mark Burton <markb@ordern.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
da3f78a29c
commit
c2e6385da5
@ -222,6 +222,21 @@ endif::git-rev-list[]
|
||||
Pretend as if all the refs in `$GIT_DIR/refs/` are listed on the
|
||||
command line as '<commit>'.
|
||||
|
||||
--branches::
|
||||
|
||||
Pretend as if all the refs in `$GIT_DIR/refs/heads` are listed
|
||||
on the command line as '<commit>'.
|
||||
|
||||
--tags::
|
||||
|
||||
Pretend as if all the refs in `$GIT_DIR/refs/tags` are listed
|
||||
on the command line as '<commit>'.
|
||||
|
||||
--remotes::
|
||||
|
||||
Pretend as if all the refs in `$GIT_DIR/refs/remotes` are listed
|
||||
on the command line as '<commit>'.
|
||||
|
||||
ifdef::git-rev-list[]
|
||||
--stdin::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user