]> git.phdru.name Git - git-scripts.git/blob - touch-ALL-repos
Move post-checkout hooks to hooks/post-checkout
[git-scripts.git] / touch-ALL-repos
1 #! /bin/sh
2
3 cd "`dirname \"$0\"`" &&
4 prog_dir="`pwd`" &&
5
6 exec "$prog_dir"/do-all \
7    'test "$g" = "$d/.git" || continue; cd "$d" &&' \
8    'echo "$d" && "$prog_dir"/touch-all &&' \
9    'git submodule foreach "$prog_dir"/touch-all'