Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Write a helper function to get the version of Git
This will be useful as we start to gate code on the version of Git that's installed. A lot of code out in the wild seems to assume that the output of `git version` is "git version $VERSION", so I'm assuming it's safe for git-crypt to rely on that too.
- Loading branch information