Skip to content

Hook on Windows don't work #314

@Axel-Amiltone

Description

@Axel-Amiltone

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghooks

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions