-
-
Notifications
You must be signed in to change notification settings - Fork 674
Closed
Labels
Milestone
Description
Describe the bug
With husky I added a precommit hook to build my project before commiting it.
git commit does respect this and builds my project prior to commit.
gitui commit does not.
To Reproduce
Steps to reproduce the behavior:
- Add a precommit hook
- Commit via CLI to verify the precommit hook is working
- Commit via gitui
- precommit hook is not executed
Expected behavior
A precommit hook should be respected by gitui
Context (please complete the following information):
- OS/Distro + Version: [
Windows 21H1] - GitUI Version [
0.18.0]