]> git.phdru.name Git - git-scripts.git/blobdiff - ls-not-pushed
pull-usrlocalsrc: add git-remote-hg to PATH
[git-scripts.git] / ls-not-pushed
index da3b8011449f8caea5b6a5098a8ad8713b967324..7e9bb4e59f172f61605966b9d1fb5e0273b4429b 100755 (executable)
@@ -2,4 +2,5 @@
 
 exec "`dirname \"$0\"`"/do-all \
    'test "$g" = "$d/.git" || continue; cd "$d" &&' \
-   'test -n "`git status -b | grep "ahead\|behind"`" && echo "$d"'
+   'test -n "`git status --branch --short | grep "ahead\|behind"`" &&
+   echo "$d"'