X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=ls-dirty;h=109296e3bba74901197151ebc53c4ee526c8f5d4;hb=396a2fe8b0c7352fac32db0f7c0e65b92930904b;hp=d440c406c2a281a3b55190aa12fcb0cf039c85c7;hpb=c933381bc6c49d02e45094006e625776ecc5cb4d;p=git-scripts.git diff --git a/ls-dirty b/ls-dirty index d440c40..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 ls-files --deleted --modified --others --unmerged --killed --exclude-standard`" && echo "$d"' + 'test -n "`git ls-files --deleted --modified --others --unmerged --killed --exclude-standard --directory --no-empty-directory`" && echo "$d"'