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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validate Git version for the configure goal

rudikershaw opened this issue · comments

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.

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.