autorevision: Revert nonsensical handling of untracked files

This commit is contained in:
Gunter Labes 2024-10-20 21:08:33 +02:00
parent f7a4041f54
commit 4e1666c7a1
No known key found for this signature in database
GPG Key ID: C0C7B971CC910216

View File

@ -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