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

Update worktree test to support windows paths with \ by using #55

Closed summersb closed 10 months ago

summersb commented 10 months ago

The test for if this repo is within worktrees does not work on windows as the file separator is hard coded to / Replaced the test with File.separator instead.