]> git.phdru.name Git - git-scripts.git/blob - ls-not-pushed
bce8858e4e7bd9e155dd2649b0f0ddf73baa3af0
[git-scripts.git] / ls-not-pushed
1 #! /bin/sh
2
3 exec "`dirname \"$0\"`"/do-all \
4    'test "$g" = "$d/.git" || continue; cd "$d" &&' \
5    'git status --branch --short | grep -q "ahead\|behind" && echo "$d"'