X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=ls-branches;h=80cdaef30259dac3803b779bb9772318c9badfef;hb=e364445d1adb40b906101cb3ce1acde85b2ffd36;hp=1fa0ae5b533183c30c9055b8fbec407d6bc29cf3;hpb=3f470f1afb29a7c635f2dc05c20bf2eb3e6e5c94;p=git-scripts.git 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