One of the nice features of a distributed version control system (DVCS)
like git is the ability to tag specific states of your project, and to
cryptographically sign your tags.
Many projects use simple tag names with the version string like
"0.35". This is a plea to ensure that …