collabora-online/.git-hooks
Miklos Vajna fc5829efdf git-hooks: pre-commit: clean up not needed tweak of the perl library path
This was copied from core.git, but it's not relevant for online.git.

Signed-off-by: Miklos Vajna <vmiklos@collabora.com>
Change-Id: I8b9c0c3039e55dee46f30dc1afc8276f7bbd55c9
2021-07-12 19:47:59 +03:00
..
README git hooks: commit msg: allow to opt in for auto-sign-off 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 Add also the pre-commit and post-merge hooks, they are useful too. 2020-10-07 15:04:58 +02:00
pre-commit git-hooks: pre-commit: clean up not needed tweak of the perl library path 2021-07-12 19:47:59 +03:00

README

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.