From dd3522af34b4065fd11806c7a79ff5e0159e81cc Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 3 Aug 2016 15:10:30 +0300 Subject: [PATCH] Use long option --- ls-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ls-status b/ls-status index e5d64da..f90ae41 100755 --- a/ls-status +++ b/ls-status @@ -2,4 +2,4 @@ exec "`dirname \"$0\"`"/do-all \ 'test "$g" = "$d/.git" || continue; cd "$d" &&' \ - 'test -n "`git status -s`" && echo "$d"' + 'test -n "`git status --short`" && echo "$d"' -- 2.39.2