Someone fixed a bug in HHVM in this commit:
https://github.com/facebook/hhvm/commit/796f986aba300b3f00b9ece0bf654c452ee217be
I want to know if this commit is
As pointed out by fellow members in the comments, this is already covered here, and is as easy as:
git tag --contains <commit>
GitHub now shows you the tags containing a commit automatically when you open a commit (click on the ... to show all tags):
...