]> git.phdru.name Git - git-scripts.git/blob - ls-branches
Feat(ls-assumed): Recognize files with skip-worktree bit
[git-scripts.git] / ls-branches
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 branch --all $verbose'