]> git.phdru.name Git - git-scripts.git/blobdiff - ls-remotes
Feat(submodules/remove): Add option `-c`
[git-scripts.git] / ls-remotes
index 5371f6f7d1a34f10b10c9c63230e83961a0e08b3..542306ab73383e5da457ef9fcee36f44cf635b05 100755 (executable)
@@ -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