Next: Commit Mode and Hooks, Previous: Using the Revision Stack, Up: Editing Commit Messages [Contents][Index]
Some projects use pseudo headers in commit messages. Magit colorizes such headers and provides some commands to insert such headers.
A list of Git pseudo headers to be highlighted.
git-commit-insert-pseudo-header
)Insert a commit message pseudo header.
git-commit-ack
)Insert a header acknowledging that you have looked at the commit.
git-commit-review
)Insert a header acknowledging that you have reviewed the commit.
git-commit-signoff
)Insert a header to sign off the commit.
git-commit-test
)Insert a header acknowledging that you have tested the commit.
git-commit-cc
)Insert a header mentioning someone who might be interested.
git-commit-reported
)Insert a header mentioning the person who reported the issue being fixed by the commit.
git-commit-suggested
)Insert a header mentioning the person who suggested the change.