X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=blobdiff_plain;f=ls-branches;h=80cdaef30259dac3803b779bb9772318c9badfef;hp=1fa0ae5b533183c30c9055b8fbec407d6bc29cf3;hb=b90789d369c5500fa85a0954869626e8aa3566ce;hpb=3f470f1afb29a7c635f2dc05c20bf2eb3e6e5c94 diff --git a/ls-branches b/ls-branches index 1fa0ae5..80cdaef 100755 --- a/ls-branches +++ b/ls-branches @@ -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