]> git.phdru.name Git - git-scripts.git/blobdiff - ls-branches
Feat(submodules/remove): Add option `-c`
[git-scripts.git] / ls-branches
index 1fa0ae5b533183c30c9055b8fbec407d6bc29cf3..80cdaef30259dac3803b779bb9772318c9badfef 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 branch --all $verbose'
+echo "----- `pwd` -----" && exec git branch --all $verbose