X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=ls-not-pushed;h=506019032b285f5975682ef83a423b4091754756;hb=f7e88cf0e98ed852def4625211fd6f21799d7129;hp=bce8858e4e7bd9e155dd2649b0f0ddf73baa3af0;hpb=5ccc965312be1a2fe3620b653041e529e9f79290;p=git-scripts.git diff --git a/ls-not-pushed b/ls-not-pushed index bce8858..5060190 100755 --- a/ls-not-pushed +++ b/ls-not-pushed @@ -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"'