diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-15 23:43:23 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-15 23:43:23 -0700 |
commit | 3aece89fa24ff38afc9f5a30bc4f8f15e91f4cd7 (patch) | |
tree | f0b8ac7481d6a6621ec0334cba6943db2a417e39 /Documentation | |
parent | 638684824c419f4368512c6f54ac32dd4e6c56a6 (diff) | |
parent | a62be77f5ebdbbd46d6956dc4d07571835588389 (diff) | |
download | git-3aece89fa24ff38afc9f5a30bc4f8f15e91f4cd7.tar.gz git-3aece89fa24ff38afc9f5a30bc4f8f15e91f4cd7.tar.xz |
Merge branch 'se/rev-parse'
* se/rev-parse:
Add "--branches", "--tags" and "--remotes" options to git-rev-parse.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-rev-parse.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt index 8b95df0c6..ab896fcf8 100644 --- a/Documentation/git-rev-parse.txt +++ b/Documentation/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 |