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:
Mark Burton 2008-11-17 21:03:59 +00:00 committed by Junio C Hamano
parent da3f78a29c
commit c2e6385da5

View file

@ -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::