-
-
Notifications
You must be signed in to change notification settings - Fork 102
Description
Describe the bug
I have configured a global commit-msg Git hook that successfully rejects invalid commit messages when I commit from Git Bash.
However, when I make a commit using Gitnuro, the commit passes without the hook being executed.
What I did
My git bash configuration includes core.hookspath pointing to my global hooks directory where the commit-msg script is located.
My git bash global configuration works for user.name and user.email.
The commit-msg hook works correctly in Git Bash.
Gitnuro seems to ignore or bypass the commit-msg hook.
Expected behavior
Could you please confirm whether Gitnuro supports executing client-side Git hooks such as commit-msg? If this is a limitation or a known issue, it would be helpful to have it addressed or documented.
Desktop (please complete the following information):
- OS: Windows
- Version 1.5.0