From 73f0f88411d3d6d3d1d2971ded7ce353f04626bf Mon Sep 17 00:00:00 2001 From: Ahrimdon Date: Tue, 13 Aug 2024 05:17:32 -0400 Subject: [PATCH] maint: remove --dirty flag from premake --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index 36a252a0..ef5c6bfb 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1,4 +1,4 @@ -gitVersioningCommand = "git describe --tags --dirty --always" +gitVersioningCommand = "git describe --tags --always" gitCurrentBranchCommand = "git symbolic-ref -q --short HEAD" -- Quote the given string input as a C string