From cded49df9331d3cf98b205118fa6356d9e3a5d1b Mon Sep 17 00:00:00 2001 From: Ahrimdon Date: Tue, 27 Feb 2024 01:40:04 -0500 Subject: [PATCH] Remove --dirty flag in premake5.lua --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index b15bf76..458f008 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