summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-11-19 02:07:56 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-11-19 02:07:56 +0000
commit50819852ad0116eb701bcb146878aac0b62fb6c4 (patch)
tree9ceb25c057f6fc70144d6b0266766227549fa32e /rev-list-options.txt
parentf66eceee45f71de09283b7e04e7098e3120e6ca4 (diff)
downloadgit-htmldocs-50819852ad0116eb701bcb146878aac0b62fb6c4.tar.gz
Autogenerated HTML docs for v1.6.0.4-766-g6fc4a
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index 6d7cf6d51..b9f6e4d1b 100644
--- a/rev-list-options.txt
+++ b/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::