]> git.phdru.name Git - git-scripts.git/blob - set-commit-date-repos
Carefully list dirty repos and show their status
[git-scripts.git] / set-commit-date-repos
1 #! /bin/sh
2
3 # Call set-commit-date 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 &&' \
11    'git submodule foreach "$prog_dir"/set-commit-date'