]> git.phdru.name Git - git-scripts.git/blobdiff - ls-not-pushed
Use `git branch --verbose` instead of `git status --branch`
[git-scripts.git] / ls-not-pushed
index bce8858e4e7bd9e155dd2649b0f0ddf73baa3af0..506019032b285f5975682ef83a423b4091754756 100755 (executable)
@@ -2,4 +2,4 @@
 
 exec "`dirname \"$0\"`"/do-all \
    'test "$g" = "$d/.git" || continue; cd "$d" &&' \
-   'git status --branch --short | grep -q "ahead\|behind" && echo "$d"'
+   'git branch --verbose | grep -q "ahead\|behind" && echo "$d"'