]> git.phdru.name Git - git-scripts.git/blob - all-status
Test status only in repos with worktrees
[git-scripts.git] / all-status
1 #! /bin/sh
2
3 prog_dir=`dirname "$0"`
4 "$prog_dir"/do-all \
5    'test "$g" = "$d/.git" || continue; cd "$d" &&' \
6    'echo "----- $d -----" && git status --short --branch || exit 1'