[PATCH] Documentation: rev-list-options.txt: added --branches, --tags & --remotes.

2 Messages Forum Options Options
Embed this topic
Permalink
Mark Burton
[PATCH] Documentation: rev-list-options.txt: added --branches, --tags & --remotes.
Reply Threaded MoreMore options
Print post
Permalink
Added simple descriptions of these options (based on description of --all).

Signed-off-by: Mark Burton <markb@...>
---
 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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@...
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Junio C Hamano
Re: [PATCH] Documentation: rev-list-options.txt: added --branches, --tags & --remotes.
Reply Threaded MoreMore options
Print post
Permalink
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@...
More majordomo info at  http://vger.kernel.org/majordomo-info.html