From 53f03971af89883312edf903ca85f33977dbd4c0 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Thu, 14 Aug 2025 22:23:17 -0400 Subject: [PATCH] Change logspec to include the raw commit body --- gitversion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitversion.sh b/gitversion.sh index 6130c37..1205671 100644 --- a/gitversion.sh +++ b/gitversion.sh @@ -1,6 +1,6 @@ #!/bin/bash -LOGSPEC='%ci %an <%aE>%n%n %s%n [%h]%d%n' +LOGSPEC='%ci %an <%aE>%n%n %B%n [%h]%d%n' VERSIONERS_SEPARATOR=${VERSIONERS_SEPARATOR:-,} VERSIONERS_TAGBASE=${VERSIONERS_TAGBASE:-build}