From: Cesar Eduardo Barros Date: Sun, 27 Jul 2008 00:46:00 +0000 (-0300) Subject: Documentation/git-rev-parse.txt: update for new git-describe output format X-Git-Tag: v1.6.0-rc2~50 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=81b237d5db946b4196225712a37639952787c959;p=git.git Documentation/git-rev-parse.txt: update for new git-describe output format Signed-off-by: Cesar Eduardo Barros Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt index 5c936693d..2921da320 100644 --- a/Documentation/git-rev-parse.txt +++ b/Documentation/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