]> git.phdru.name Git - git-scripts.git/blob - set-commit-date-recursive
pull-usrlocalsrc: pull from source, push to origin
[git-scripts.git] / set-commit-date-recursive
1 #! /bin/sh
2
3 # Call set-commit-date on the repo and all submodules
4
5 prog_dir="`dirname \"$0\"`" &&
6
7 "$prog_dir"/set-commit-date.py && \
8 exec git submodule foreach "$prog_dir"/set-commit-date.py