X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=show-remotes-not-synced;h=786b57427e7f14f421acbb374a2963c2710eb4a4;hb=0f2ee1cb405df27ca3d71d6794e16e617187e97d;hp=be4a40465adde9dd60bb99340c0a8ecef34c026c;hpb=c7ed23ef5cec0b238d7180a49f5369cfeabf061a;p=git-scripts.git diff --git a/show-remotes-not-synced b/show-remotes-not-synced index be4a404..786b574 100755 --- a/show-remotes-not-synced +++ b/show-remotes-not-synced @@ -9,4 +9,4 @@ exec "`dirname \"$0\"`"/do-all \ 'test "$g" = "$d/.git" || continue; cd "$d" &&' \ 'not_up="`git remote | xargs -n1 git remote show | ' \ 'grep -F \" pushes to \" | grep -Fv \"(up to date)\"`" &&' \ - 'test -n "$not_up" && echo "----- $d -----"' + 'test -n "$not_up" && echo "$d"'