Autogenerated man pages for v1.3.3-g63df
[git.git] / man1 / git-rev-parse.1
index a0d6896..cd19ed8 100755 (executable)
@@ -73,6 +73,18 @@ Usually the object names are output in SHA1 form (with possible \fI^\fR prefix);
 Show all refs found in $GIT_DIR/refs\&.
 
 .TP
+\-\-branches
+Show branch refs found in $GIT_DIR/refs/heads\&.
+
+.TP
+\-\-tags
+Show tag refs found in $GIT_DIR/refs/tags\&.
+
+.TP
+\-\-remotes
+Show tag refs found in $GIT_DIR/refs/remotes\&.
+
+.TP
 \-\-show\-prefix
 When the command is invoked from a subdirectory, show the path of the current directory relative to the top\-level directory\&.