build: parsing "git log" breaks with gpg signature verification
authorBjørn Mork <[email protected]>
Fri, 27 Dec 2024 11:43:18 +0000 (12:43 +0100)
committerRobert Marko <[email protected]>
Tue, 23 Sep 2025 19:49:54 +0000 (21:49 +0200)
commitae9c9d0f8e41621c1bde94a43ec463052fa58c8a
tree7763c0ad7afcd61ea1260bcad927edffd47dd695
parent347d546386572bcf7f7d1451ad3b6f1c6f4baa4d
build: parsing "git log" breaks with gpg signature verification

Parsing "git log" is fragile.  The actual output depends on both global and
local configuration files. Enabling "log.showSignature" makes "git log" prefix
signed commits with multiple lines of gpg verify output, regardless of the
configured log format.

Add "--no-show-signature" to "git log" commands to work around this particular
issue.

Signed-off-by: Bjørn Mork <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20127
Signed-off-by: Robert Marko <[email protected]>
include/download.mk
rules.mk
scripts/getver.sh
toolchain/Makefile