autorevision: Revert nonsensical handling of untracked files
This commit is contained in:
parent
f7a4041f54
commit
4e1666c7a1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue