]> git.phdru.name Git - git-scripts.git/blobdiff - show-remotes-not-synced
Feat(submodules/remove): Add option `-c`
[git-scripts.git] / show-remotes-not-synced
index be4a40465adde9dd60bb99340c0a8ecef34c026c..786b57427e7f14f421acbb374a2963c2710eb4a4 100755 (executable)
@@ -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"'