-
-
Notifications
You must be signed in to change notification settings - Fork 608
Support core.hooksPath #808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
That’s a known limitation: https://github.com/extrawurst/gitui#5--known-limitations-top- |
Sorry, overlooked this somehow! |
no worries, we can keep it open in case someone is willing to pick it up. its a legit feature request |
implemented in #1044 |
@BuzzwordChief if you feel like it please build master and try it out before this will be released soon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A global pre-commit hook (set with core.hooksPath) is ignored by gitui. It allows to commit the staged files even if the pre-commit hook returns with a non zero value.
To Reproduce
Create a pre-commit hook like this:
Expected behavior
the commit should fail, it doesn't.
The text was updated successfully, but these errors were encountered: