mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
This change allows to add fixup commits by running the command `git commit --fixup=<sha>` without complaining about the commit message not being in conventional commit format. (Running the git command will result in the commit title of the referenced commit with `fixup!` prepended. It will later be squashed with the referenced commit in a git rebase.) |
||
|---|---|---|
| .. | ||
| commit-msg | ||
| prepare-commit-msg | ||