why should git hooks config set disable in a repository disable excuting any xxxx.replaced.* hooks
and execute nothing?
We already execute LFS Hooks (because failure to do so, has bad consequences...).
Shouldn't we adopt the same behavior as if githooks is not installed in the repository...??
why should
git hooks config set disable
in a repository disable excuting anyxxxx.replaced.*
hooks and execute nothing? We already execute LFS Hooks (because failure to do so, has bad consequences...). Shouldn't we adopt the same behavior as if githooks is not installed in the repository...??