I'm not a rusty-hook user, I've only built someone else's crate that has rusty-hook as a dependency, and it broke my git repository by adding pre-commit hooks that expect rusty-hook command in PATH. I don't have one, so I can't commit.
Please try to detect whether rusty-hook is installed and is going to work as a pre-commit hook before modifying git repos.
I'm not a rusty-hook user, I've only built someone else's crate that has rusty-hook as a dependency, and it broke my git repository by adding pre-commit hooks that expect
rusty-hookcommand in PATH. I don't have one, so I can't commit.Please try to detect whether rusty-hook is installed and is going to work as a pre-commit hook before modifying git repos.