By default sign-off commits

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-02-08 17:01:13 +01:00
parent 12dbe5eb5e
commit fe8e9e07ef
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -21,7 +21,7 @@ step "Execute pre-commit auto-hook"
git autohook pre-commit
step "Issuing commit..."
git commit -S -v "$@"
git commit -S -s -v "$@"
step "Execute post-commit auto-hook"
git autohook post-commit