From: Oleg Broytman Date: Wed, 3 Aug 2016 12:10:30 +0000 (+0300) Subject: Use long option X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=commitdiff_plain;h=dd3522af34b4065fd11806c7a79ff5e0159e81cc Use long option --- 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"'