32517390e8
Just the subset when author and the committer is the same. Signed-off-by: Miklos Vajna <vmiklos@collabora.com> Change-Id: Icff594a6a82bd0395e31f8e46cb56cb0e046e638
11 lines
486 B
Text
11 lines
486 B
Text
commit-msg
|
|
----------
|
|
|
|
This hooks supports the `commit.signOff` option.
|
|
|
|
This is a boolean value which lets you enable the -s/--signoff option of
|
|
commit by default. Note: Adding the Signed-off-by: line to a commit should be
|
|
a conscious act and means that you certify you have the rights to submit this
|
|
work under the same open source license. Please see the README.CONTRIBUTING.md
|
|
document for further discussion. The option is ignored if the author and the
|
|
committer is not the same.
|