Skip to content

Commit

Permalink
Documentation/git-rev-parse.txt: update for new git-describe output f…
Browse files Browse the repository at this point in the history
…ormat

Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Cesar Eduardo Barros authored and Junio C Hamano committed Jul 30, 2008
1 parent 731ab1f commit 81b237d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/git-rev-parse.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81b237d

Please sign in to comment.