X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=all-status;h=60ab248403f596b5666728ee38cf22dfd73f874d;hb=cd03f0381699b0e121cc13c477c5d083ec8b21ee;hp=6f11e591523faa81816538f5eb4a18f7b093ba7e;hpb=3ae3b62b948c2d1b32742d3e6f1b103f65f258e0;p=git-scripts.git 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'