libreoffice-online/.git-hooks
Miklos Vajna 32517390e8 git hooks: commit msg: allow to opt in for auto-sign-off
Just the subset when author and the committer is the same.

Signed-off-by: Miklos Vajna <vmiklos@collabora.com>
Change-Id: Icff594a6a82bd0395e31f8e46cb56cb0e046e638
2020-11-04 14:37:27 +01:00
..
commit-msg git hooks: commit msg: allow to opt in for auto-sign-off 2020-11-04 14:37:27 +01:00
post-merge
pre-commit
README git hooks: commit msg: allow to opt in for auto-sign-off 2020-11-04 14:37:27 +01:00

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.