Skip to content

Commit

Permalink
Documentation: rev-list-options.txt: added --branches, --tags & --rem…
Browse files Browse the repository at this point in the history
…otes.

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>
  • Loading branch information
Mark Burton authored and Junio C Hamano committed Nov 19, 2008
1 parent da3f78a commit c2e6385
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Documentation/rev-list-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit c2e6385

Please sign in to comment.