rycus86 / githooks

Githooks: per-repo and global Git hooks with version control
MIT License
380 stars 19 forks source link

Bugfix/no install into existing if no previous search dir #141

Closed gabyx closed 3 years ago

gabyx commented 3 years ago

Another UI Bug IMO:

git config --unset-all githooks.previousSearchDir
install.sh --non-interactive

directly leads to installing into existing repos (search dir).

The fix is the correct behavior, analog to the interactive prompt.

Thanks for merging.

gabyx commented 3 years ago

Thanks!

rycus86 commented 3 years ago

Thanks!

Thanks a lot for the fixes!