I want v0.1.27 of nodejs code base.
This is what I did.
git clone git://github.com/ry/node.git
cd node
git checkout -b v0.1.27
However when I look at v0.1.27 code base changelog there I see changelog for 0.1.32 also. It seems I did not checkout v0.1.27.
How do I checkout a branch from a tag?