fix: disable log.showSignature in git log calls

This commit is contained in:
Marc Cornellà 2022-01-10 19:39:05 +01:00
commit 9c84c344d7
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B
7 changed files with 7 additions and 15 deletions

View file

@ -414,7 +414,7 @@ function main {
# --first-parent: commits from merged branches are omitted
local SEP="0mZmAgIcSeP"
local -a raw_commits
raw_commits=(${(0)"$(command git log -z \
raw_commits=(${(0)"$(command git -c log.showSignature=false log -z \
--format="%h${SEP}%D${SEP}%s${SEP}%b" --abbrev=7 \
--no-merges --first-parent $range)"})