]> git.phdru.name Git - git-scripts.git/blobdiff - status-dirty-carefully
Fix: delete old files
[git-scripts.git] / status-dirty-carefully
index bdbf901b755934b23045f5727d78a76dd8771383..065dac07c9faa9c7c6be89552a9193f804555d41 100755 (executable)
@@ -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' &&