Code

Merge branch 'master' into next
[git.git] / Documentation / git-rev-parse.txt
index 8b95df0c6e2a147cd89fdb20605896852085cbc5..ab896fcf8353475ae3bf14b2c442ce49f1720530 100644 (file)
@@ -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