From aeb50b5972ab2f21cc008509f392bf15f5ccffd9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Mar 2012 10:41:42 -0400 Subject: Autocommit git staged files. Closes: #662614 --- unclean.d/50test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unclean.d') diff --git a/unclean.d/50test b/unclean.d/50test index 84e6be7..173d6e2 100755 --- a/unclean.d/50test +++ b/unclean.d/50test @@ -2,7 +2,7 @@ set -e if [ "$VCS" = git ]; then - [ -d .git ] && [ -n "`git ls-files --modified --deleted --others --exclude-standard`" ] + [ -d .git ] && [ -n "`git status --porcelain`" ] elif [ "$VCS" = hg ]; then [ -d .hg ] && ! hg status 2>&1 | wc -l | grep -q "^0$" elif [ "$VCS" = bzr ]; then -- cgit v1.2.3