mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-14 00:46:13 +00:00
autorevision: Revert nonsensical handling of untracked files
This commit is contained in:
parent
f7a4041f54
commit
4e1666c7a1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user