fix: disable log.showSignature in git log calls

This commit is contained in:
Marc Cornellà
2022-01-10 19:39:05 +01:00
parent 971683762e
commit 9c84c344d7
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)"})