]> git.phdru.name Git - git-scripts.git/blob - ls-dirty
Use git ls-files instead of status to avoid touching .git/
[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 ls-files --deleted --modified --others --unmerged --killed --exclude-standard`" && echo "$d"'