summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: da3f78a)
raw | patch | inline | side by side (parent: da3f78a)
author | Mark Burton <markb@ordern.com> | |
Mon, 17 Nov 2008 21:03:59 +0000 (21:03 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 19 Nov 2008 00:09:08 +0000 (16:09 -0800) |
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>
Signed-off-by: Mark Burton <markb@ordern.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt | patch | blob | history |
index 6d7cf6d51fc5c2511c8ed411ed36aefd93d4ad60..b9f6e4d1b7564480fac9c4e355fdc4936f6fa3db 100644 (file)
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::