This patch that adds commit.signOff as a configuration option. The config/commit.txt documentation where the significance of the signed-off-by trailer is highlighted is copy-pasted from config/format.txt. Even with the note in config/{commit,format}.txt, I still think it's worthwhile to have the trailer as a configuration option for contributors that always have the rights to send patches. Hans Jerry Illikainen (1): commit: make the sign-off trailer configurable Documentation/config/commit.txt | 8 ++++++++ Documentation/git-commit.txt | 4 ++++ builtin/commit.c | 4 ++++ t/t7502-commit-porcelain.sh | 36 +++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+) -- 2.25.0.rc1.298.g45d5f025e1