#! /bin/sh if [ "$1" = "-v" ]; then verbose="--verbose" fi export verbose exec "`dirname \"$0\"`"/do-all \ 'test "$g" = "$d/.git" || continue; cd "$d" &&' \ 'not_up="`git remote | xargs -n1 git remote show | ' \ 'grep -F \" pushes to \" | grep -Fv \"(up to date)\"`" &&' \ 'test -n "$not_up" && echo "$d"'