From 17dcba699566bfe052bf2c320e07c2c7cc53094b Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Mon, 24 Jan 2022 09:04:11 +0100 Subject: Use tree hash rather than commit hash in .tag file We want equal source packages to have the same .tag file, even if their commit hashes differ. Pick-to: 5.15 6.2 6.3 Fixes: QTBUG-99608 Change-Id: Ide5047acec78fdd91617577b3c2125feb0b2bdf4 Reviewed-by: Fabian Kosmale --- .tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tag') diff --git a/.tag b/.tag index 6828f88dcb..8b42f85cf5 100644 --- a/.tag +++ b/.tag @@ -1 +1 @@ -$Format:%H$ +$Format:%T$ -- cgit v1.2.3