On Nov 17, 2011, at 9:11 PM, PJ Weisberg <[email protected]> wrote:

> I'm looking for something in Git analogous to the revision numbers in
> Subversion.  Pretty much exactly what you get from `git describe', but
> I don't want it to be dependent on any tags or refs.  Is there any way
> to get something like that out of Git?
>
> -PJ

git rev-parse HEAD
-- 
    David (mobile)
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to