]> git.phdru.name Git - git-scripts.git/blob - ls-remotes
5371f6f7d1a34f10b10c9c63230e83961a0e08b3
[git-scripts.git] / ls-remotes
1 #! /bin/sh
2
3 if [ "$1" = "-v" ]; then
4    verbose="--verbose"
5 fi
6 export verbose
7
8 exec "`dirname \"$0\"`"/do-all \
9    'test "$g" = "$d/.git" || continue; cd "$d" &&' \
10    'echo "----- $d -----"; git remote $verbose'