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
Because:
* `git-commit` uses a `fixup!` prefix as a flag for autosquash with
interactive rebase.
* The interactive rebase will set the commit to fixup, which will
discard the commit message, so there's no need to validate if the flag
is present at the start of the subject.
This change:
* Checks for the `fixup!` prefix in the subject and breaks out of the
validation if present.
* Adds a test to verify the validation is skipped.
0 commit comments