X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=all-status-carefully;h=97c2c4b548d34e621a000a1091404b5d0703ecfe;hb=4fcca6c30797d33a16623912886dea20ef4b673c;hp=8a767d22ff31841fda7fabbf8225acf3df9796d1;hpb=3ae3b62b948c2d1b32742d3e6f1b103f65f258e0;p=git-scripts.git diff --git a/all-status-carefully b/all-status-carefully index 8a767d2..97c2c4b 100755 --- a/all-status-carefully +++ b/all-status-carefully @@ -8,6 +8,7 @@ cd "`dirname \"$0\"`" && prog_dir="`pwd`" && rm -rf "$STMP" && mkdir "$STMP" && "$prog_dir"/do-all \ + 'test "$g" = "$d/.git" || continue;' \ 'rsync -aW --del --protocol=28 "$d" "$STMP" && cd "$STMP/$b" &&' \ 'test -n "`git status --short`" && echo "----- $d -----" &&' \ 'git status --short --branch'