#! /bin/sh # Call set-commit-date-recursive on all repositories cd "`dirname \"$0\"`" && prog_dir="`pwd`" && exec "$prog_dir"/do-all \ 'test "$g" = "$d/.git" || continue &&' \ 'cd "$d"; echo "----- $d -----"; "$prog_dir"/set-commit-date-recursive'