X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=blobdiff_plain;f=all-status;h=60ab248403f596b5666728ee38cf22dfd73f874d;hp=6f11e591523faa81816538f5eb4a18f7b093ba7e;hb=4fcca6c30797d33a16623912886dea20ef4b673c;hpb=0f7a2134a62bd77c7fef4497ee5d03f42c6a7cf3 diff --git a/all-status b/all-status index 6f11e59..60ab248 100755 --- a/all-status +++ b/all-status @@ -2,5 +2,5 @@ prog_dir=`dirname "$0"` "$prog_dir"/do-all \ - 'echo "----- $d -----" && cd "$d" &&' \ - 'git status --short --branch || exit 1' + 'test "$g" = "$d/.git" || continue; cd "$d" &&' \ + 'echo "----- $d -----" && git status --short --branch || exit 1'