gbprod / tree-sitter-gitcommit

A tree-sitter grammar for gitcommit messages
Do What The F*ck You Want To Public License
62 stars 8 forks source link

feat: allow fixup and amend in subject #48

Closed gbprod closed 11 months ago

gbprod commented 11 months ago

This will parse git commit subject that are prefixed with fuxup! or amend!.

Ref: #34