* [PATCH] Documentation: rev-list-options.txt: added --branches, --tags & --remotes.
@ 2008-11-17 21:03 Mark Burton
2008-11-19 1:53 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Mark Burton @ 2008-11-17 21:03 UTC (permalink / raw)
To: git mailing list
Added simple descriptions of these options (based on description of --all).
Signed-off-by: Mark Burton <markb@ordern.com>
---
Documentation/rev-list-options.txt | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 6d7cf6d..b9f6e4d 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -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::
--
1.6.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation: rev-list-options.txt: added --branches, --tags & --remotes.
2008-11-17 21:03 [PATCH] Documentation: rev-list-options.txt: added --branches, --tags & --remotes Mark Burton
@ 2008-11-19 1:53 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2008-11-19 1:53 UTC (permalink / raw)
To: Mark Burton; +Cc: git mailing list
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-19 1:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-17 21:03 [PATCH] Documentation: rev-list-options.txt: added --branches, --tags & --remotes Mark Burton
2008-11-19 1:53 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).