I'm using CruiseControl.NET to build and version my code (format: major.minor.build.revision). For the revision version component, I used to use the SVN revision number. Now we're switching to Git, which uses SHA-1 hashes instead of revision numbers. After a quick internet search, I discovered that you can get the count of commits with the following command:I'm using CruiseControl.NET to build and versio