X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=all-status;h=60ab248403f596b5666728ee38cf22dfd73f874d;hb=7182410184d8d13645d053bf51cde3b08ad29bb9;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'