From 4e1666c7a1ad8c92f68cfc545ab62730818875a6 Mon Sep 17 00:00:00 2001 From: Gunter Labes Date: Sun, 20 Oct 2024 21:08:33 +0200 Subject: [PATCH] autorevision: Revert nonsensical handling of untracked files --- utils/autorevision.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/autorevision.sh b/utils/autorevision.sh index a46a7631d7f..b622e451735 100755 --- a/utils/autorevision.sh +++ b/utils/autorevision.sh @@ -162,7 +162,7 @@ gitRepo() { fi # Is the working copy clean? - test -z "$(git status --untracked-files=normal --porcelain)" + test -z "$(git status --untracked-files=no --porcelain)" VCS_WC_MODIFIED="${?}" # Enumeration of changesets