By default sign-off commits
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
12dbe5eb5e
commit
fe8e9e07ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue