Git pre-commit hook bypassed

Does Wappler allow for the use of git hooks, specifically the pre-commit hook?

The underlying git library we are using doesn’t support hooks, so it isn’t supported at this moment in Wappler. I will see if we perhaps can have our own implementation for git hooks.

For more info see:

It is highly unlikely that we can support hooks due to that

The use case for me is similar to the other topic about protecting the Staging and Production usage targets. I think it would be very useful to have the option to protect the master branch from commits so that changes will be forced to a separate branch to be push and then merged through github pr.

Maybe it is wiser to add such protections as features in Wappler. Git hooks are way to difficult to use and also not really cross platform, so not portable.

So maybe add a future request for such functionality.