I occasionally write Git commits for a project that requires all commits to carry a Signed-off-by
trailer, to signal compliance with the Developer Certificate of Origin.
I frequently forget to add this trailer with C-c C-s when writing the commit message using git-commit-mode
. I am confident that it will be appropriate to sign-off all the commits I write for this project. Can I have the trailer added by default?