From d40d74f3f3f56e9024a4a10cda3c9f237adb6799 Mon Sep 17 00:00:00 2001 From: Rim 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