]> git.phdru.name Git - git-scripts.git/blob - ls-status-carefully
Fix copy/paste bug
[git-scripts.git] / ls-status-carefully
1 #! /bin/sh
2
3 cd "`dirname \"$0\"`" && prog_dir="`pwd`" &&
4 cd "$HOME"/tmp && rm -rf ls-status-carefully.tmp &&
5
6 LSTMP="$HOME"/tmp/ls-status-carefully.tmp \
7 "$prog_dir"/do-all \
8    'test "$g" = "$d/.git" || continue;' \
9    'rsync -aW --del --protocol=28 "$d" "$LSTMP" && cd "$LSTMP/$b" &&' \
10    'test -n "`git status --short`" && echo "$d"' &&
11
12 cd "$HOME"/tmp && exec rm -rf ls-status-carefully.tmp