Next: , Previous: , Up: Editing Commit Messages   [Contents][Index]


Commit Pseudo Headers

Some projects use pseudo headers in commit messages. Magit colorizes such headers and provides some commands to insert such headers.

User Option: git-commit-known-pseudo-headers

A list of Git pseudo headers to be highlighted.

C-c C-i     (git-commit-insert-pseudo-header)

Insert a commit message pseudo header.

C-c C-a     (git-commit-ack)

Insert a header acknowledging that you have looked at the commit.

C-c C-r     (git-commit-review)

Insert a header acknowledging that you have reviewed the commit.

C-c C-s     (git-commit-signoff)

Insert a header to sign off the commit.

C-c C-t     (git-commit-test)

Insert a header acknowledging that you have tested the commit.

C-c C-o     (git-commit-cc)

Insert a header mentioning someone who might be interested.

C-c C-p     (git-commit-reported)

Insert a header mentioning the person who reported the issue being fixed by the commit.

C-c M-i     (git-commit-suggested)

Insert a header mentioning the person who suggested the change.