X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=ls-remotes;h=542306ab73383e5da457ef9fcee36f44cf635b05;hb=483f8494c861d01603219e37fed8e4cbddba8f23;hp=5371f6f7d1a34f10b10c9c63230e83961a0e08b3;hpb=c7ed23ef5cec0b238d7180a49f5369cfeabf061a;p=git-scripts.git diff --git a/ls-remotes b/ls-remotes index 5371f6f..542306a 100755 --- a/ls-remotes +++ b/ls-remotes @@ -1,10 +1,2 @@ #! /bin/sh - -if [ "$1" = "-v" ]; then - verbose="--verbose" -fi -export verbose - -exec "`dirname \"$0\"`"/do-all \ - 'test "$g" = "$d/.git" || continue; cd "$d" &&' \ - 'echo "----- $d -----"; git remote $verbose' +echo "----- `pwd` -----"; exec git remote $verbose