I'm looking to transition a project from SVN to Git, but one of the things I'll need to change is the product versioning. I have several projects where I use subwcrev from TortoiseSVN to pull the current commit ID into the version number (e.g. 8.0.1.23572). Is there an equivalent in TortoiseGit? I've seen references to it, but it doesn't appear to be installed with the package. I'll have a look at the source and see what's there, but if anyone has any guidance/suggestions on what to use for embedding some or all of the commit ID into a file pre-build, I'd really appreciate it.