]> 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 506019032b285f5975682ef83a423b4091754756..bc950e5c678b24217b34858b1366418a66133d69 100755 (executable)
@@ -1,5 +1,2 @@
 #! /bin/sh
-
-exec "`dirname \"$0\"`"/do-all \
-   'test "$g" = "$d/.git" || continue; cd "$d" &&' \
-   'git branch --verbose | grep -q "ahead\|behind" && echo "$d"'
+if git branch --verbose | grep -q "ahead\|behind"; then pwd; fi