summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-05-17 10:34:11 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-05-17 10:34:11 +0000
commit6959c6c419acf390c79b816b7117da3cac54db71 (patch)
treec7e975800d0c058b294e619cfda9ae8d61338501 /git-rev-parse.txt
parent617fdb88b05107e6673f6aafb280c1ef27acae7b (diff)
downloadgit-htmldocs-6959c6c419acf390c79b816b7117da3cac54db71.tar.gz
Autogenerated HTML docs for v1.3.3-g63df
Diffstat (limited to 'git-rev-parse.txt')
-rw-r--r--git-rev-parse.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/git-rev-parse.txt b/git-rev-parse.txt
index 8b95df0c6..ab896fcf8 100644
--- a/git-rev-parse.txt
+++ b/git-rev-parse.txt
@@ -67,6 +67,15 @@ OPTIONS
--all::
Show all refs found in `$GIT_DIR/refs`.
+--branches::
+ Show branch refs found in `$GIT_DIR/refs/heads`.
+
+--tags::
+ Show tag refs found in `$GIT_DIR/refs/tags`.
+
+--remotes::
+ Show tag refs found in `$GIT_DIR/refs/remotes`.
+
--show-prefix::
When the command is invoked from a subdirectory, show the
path of the current directory relative to the top-level