]> git.phdru.name Git - git-scripts.git/commitdiff
Use long option
authorOleg Broytman <phd@phdru.name>
Wed, 3 Aug 2016 12:10:30 +0000 (15:10 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 3 Aug 2016 12:10:30 +0000 (15:10 +0300)
ls-status

index e5d64da6e7d318fcf2f40f94f9b7a34bd44b7fb4..f90ae41df0337f3f172376bfdeb2e7967d666330 100755 (executable)
--- 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"'