From 17d6e36711f4357ba48d9b1f8219f3f3d02e2b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sun, 16 Oct 2022 12:37:30 +0200 Subject: [PATCH] fix git-info-2.sh: do not display pgp signature in log (if enabled by default) --- template/.ci/git-info-2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.ci/git-info-2.sh b/template/.ci/git-info-2.sh index d9e6ddb..45b72b4 100755 --- a/template/.ci/git-info-2.sh +++ b/template/.ci/git-info-2.sh @@ -11,7 +11,7 @@ FIRSTTAG=$(git describe --tags --always --dirty='-*' 2>/dev/null) # Get the first tag in history that looks like a Release RELTAG=$(git describe --tags --long --always --dirty='-*' --match '[0-9]*.*' 2>/dev/null) # Hoover up the metadata -git --no-pager log -1 --date=short --decorate=short \ +git -c log.showSignature=false --no-pager log -1 --date=short --decorate=short \ --pretty=format:"\usepackage[% shash={%h}, lhash={%H},