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>maint
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
|
Pretend as if all the refs in `$GIT_DIR/refs/` are listed on the
|
||||||
command line as '<commit>'.
|
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[]
|
ifdef::git-rev-list[]
|
||||||
--stdin::
|
--stdin::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue