]> git.phdru.name Git - git-scripts.git/blob - ls-dirty
e5d64da6e7d318fcf2f40f94f9b7a34bd44b7fb4
[git-scripts.git] / ls-dirty
1 #! /bin/sh
2
3 exec "`dirname \"$0\"`"/do-all \
4    'test "$g" = "$d/.git" || continue; cd "$d" &&' \
5    'test -n "`git status -s`" && echo "$d"'