rudikershaw / git-build-hook

A maven plugin for managing client side (local) git configuration for those working on your project. Including but not limited to setting git config, installing hooks, validating the local repository.
MIT License
138 stars 20 forks source link

Validate Git version for the configure goal #12

Closed rudikershaw closed 4 years ago

rudikershaw commented 5 years ago

The configure goal works by using a feature of Git 2.9+, and so this goal should validate that the version of Git installed is 2.9 or greater. If not, the goal should fail the build.

rudikershaw commented 4 years ago

Won't do. The configure goal has been updated to handle arbitrary git config changes, and so no longer needs to validate the git version as they are user specified.