LSTMP="$HOME"/tmp/ls-dirty-carefully.tmp \
"$PROG_DIR"/do-all \
'test "$g" = "$d/.git" || continue;' \
- 'rsync -aW --protocol=28 "$d" "$LSTMP" && cd "$LSTMP/$b" &&' \
+ 'rsync -aW --del --protocol=28 "$d" "$LSTMP" && cd "$LSTMP/$b" &&' \
'test -n "`git status -s`" && echo "$d"' &&
cd "$HOME"/tmp && exec rm -rf ls-dirty-carefully.tmp
LSTMP="$HOME"/tmp/status-dirty-carefully.tmp \
"$PROG_DIR"/do-all \
'test "$g" = "$d/.git" || continue;' \
- 'rsync -aW --protocol=28 "$d" "$LSTMP" && cd "$LSTMP/$b" &&' \
+ 'rsync -aW --del --protocol=28 "$d" "$LSTMP" && cd "$LSTMP/$b" &&' \
'test -n "`git status -s`" && echo "----- $d -----" &&' \
'git status --branch' &&