passsy / git-revision

Git extension to generate a meaningful, human readable revision for each commit in a git repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reverse revision to sha1

passsy opened this issue · comments

It would be great to convert revisions (4237) back to a sha1. This would make it easier to find the commit which contains a bug.

> git revision ae2ddf2
4237

> git revision --reverse 4237
ae2ddf2