summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-30 18:31:35 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-30 18:31:35 +0000
commit7f80ae8006f163acc614aebc362adf92788b20a6 (patch)
tree8f80fadfe851ea2ffbc0827cfb27f407d8e50cfc /git-rev-parse.txt
parent90ccff355e6fc4705005296023480aa3c957ce7e (diff)
downloadgit-htmldocs-7f80ae8006f163acc614aebc362adf92788b20a6.tar.gz
Autogenerated HTML docs for v1.6.0-rc1-27-g9b6bf
Diffstat (limited to 'git-rev-parse.txt')
-rw-r--r--git-rev-parse.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-rev-parse.txt b/git-rev-parse.txt
index 5c936693d..2921da320 100644
--- a/git-rev-parse.txt
+++ b/git-rev-parse.txt
@@ -155,8 +155,9 @@ blobs contained in a commit.
name the same commit object if there are no other object in
your repository whose object name starts with dae86e.
-* An output from 'git-describe'; i.e. a closest tag, followed by a
- dash, a `g`, and an abbreviated object name.
+* An output from 'git-describe'; i.e. a closest tag, optionally
+ followed by a dash and a number of commits, followed by a dash, a
+ `g`, and an abbreviated object name.
* A symbolic ref name. E.g. 'master' typically means the commit
object referenced by $GIT_DIR/refs/heads/master. If you