Version 4.0.0 of package Git-Commit has just been released in NonGNU ELPA. You can now find it in M-x list-packages RET.
Git-Commit describes itself as: ======================== Edit Git commit messages ======================== More at https://elpa.nongnu.org/nongnu/git-commit.html ## Summary: This package assists the user in writing good Git commit messages. While Git allows for the message to be provided on the command line, it is preferable to tell Git to create the commit without actually passing it a message. Git then invokes the `$GIT_EDITOR' (or if that is undefined `$EDITOR') asking the user to provide the message by editing the file ".git/COMMIT_EDITMSG" (or another file in that directory, e.g., ".git/MERGE_MSG" for merge commits). ## Recent NEWS: [Not provided 🙁]