Migrating from Subversion to Git using svn2git (which internally uses git-svn) I\'d like to know how I can find a specific revision commit.
It is quite common to have is
With Git it’s similar:
Fixed in d8602bb9729ddb2f28e61028cc5981cb310231a2.
Get the diff with:
git show d8602bb9729ddb2f28e61028cc5981cb310231a2