]> git.phdru.name Git - git-scripts.git/commitdiff
Exclude empty "others" directories
authorOleg Broytman <phd@phdru.name>
Wed, 3 Aug 2016 12:27:04 +0000 (15:27 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 3 Aug 2016 12:27:04 +0000 (15:27 +0300)
ls-dirty

index d440c406c2a281a3b55190aa12fcb0cf039c85c7..109296e3bba74901197151ebc53c4ee526c8f5d4 100755 (executable)
--- 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"'