X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=blobdiff_plain;f=status-dirty-carefully;h=065dac07c9faa9c7c6be89552a9193f804555d41;hp=bdbf901b755934b23045f5727d78a76dd8771383;hb=8ed233c6fbdb88363fc54279c0a044413b137c54;hpb=be308b7b8c887a71e26a8044bba3b334487452b5 diff --git a/status-dirty-carefully b/status-dirty-carefully index bdbf901..065dac0 100755 --- a/status-dirty-carefully +++ b/status-dirty-carefully @@ -6,7 +6,7 @@ cd "$HOME"/tmp && rm -rf status-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' &&