You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if I edit the warned commit message via e(dit), it outputs the same warning.
I use Gitlint as gitlint --target='/path/to/repo' install-hook to set the commit-msg hook globally with hooksPath = ~/.config/git/hooks.
I think this is because it doesn't read the commit message after edited.
The text was updated successfully, but these errors were encountered:
Yes, you're right.
I used v0.19.1 the latest version for GitHub releases. If it's possible, please make a release to become able to install via Homebrew.
I'm looking forward to it being released v0.20.0 as soon as possible.
Over 7 months have passed since @jorisroovers opened #462. (I know they didn't promise though.)
Even if I edit the warned commit message via
e(dit)
, it outputs the same warning.I use Gitlint as
gitlint --target='/path/to/repo' install-hook
to set thecommit-msg
hook globally withhooksPath = ~/.config/git/hooks
.I think this is because it doesn't read the commit message after edited.
The text was updated successfully, but these errors were encountered: