X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=ls-dirty;h=109296e3bba74901197151ebc53c4ee526c8f5d4;hb=68dcecea7c125ced02c18fa641c21ac5d3ce05aa;hp=e5d64da6e7d318fcf2f40f94f9b7a34bd44b7fb4;hpb=128c605a1b8968935a4a266ff91359a4954e54fb;p=git-scripts.git diff --git a/ls-dirty b/ls-dirty index e5d64da..109296e 100755 --- a/ls-dirty +++ b/ls-dirty @@ -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 ls-files --deleted --modified --others --unmerged --killed --exclude-standard --directory --no-empty-directory`" && echo "$d"'