]> git.phdru.name Git - git-scripts.git/blobdiff - ls-dirty
Do not show untracked files in git status
[git-scripts.git] / ls-dirty
diff --git a/ls-dirty b/ls-dirty
deleted file mode 100755 (executable)
index e5d64da..0000000
--- a/ls-dirty
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/sh
-
-exec "`dirname \"$0\"`"/do-all \
-   'test "$g" = "$d/.git" || continue; cd "$d" &&' \
-   'test -n "`git status -s`" && echo "$d"'