]> git.phdru.name Git - git-scripts.git/blobdiff - ls-not-pushed
Refactor(ls-not-pushed): Split into `-recursive` and `-repos`
[git-scripts.git] / ls-not-pushed
index da3b8011449f8caea5b6a5098a8ad8713b967324..bc950e5c678b24217b34858b1366418a66133d69 100755 (executable)
@@ -1,5 +1,2 @@
 #! /bin/sh
-
-exec "`dirname \"$0\"`"/do-all \
-   'test "$g" = "$d/.git" || continue; cd "$d" &&' \
-   'test -n "`git status -b | grep "ahead\|behind"`" && echo "$d"'
+if git branch --verbose | grep -q "ahead\|behind"; then pwd; fi