]> git.phdru.name Git - git-scripts.git/blob - set-commit-date-repos
pull-usrlocalsrc: add git-remote-hg to PATH
[git-scripts.git] / set-commit-date-repos
1 #! /bin/sh
2
3 # Call set-commit-date-recursive on all repositories
4
5 cd "`dirname \"$0\"`" &&
6 prog_dir="`pwd`" &&
7
8 exec "$prog_dir"/do-all \
9    'test "$g" = "$d/.git" || continue &&' \
10    'cd "$d"; echo "----- $d -----"; "$prog_dir"/set-commit-date-recursive'