X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=blobdiff_plain;f=set-commit-date-recursive;h=fd6852cb008b57fc61c997ed66fa568ba4281c74;hp=2caa688e703b0515cde3a975a97c3ea2f4df5922;hb=85bb1ca14fceb299bc688a926fcafe6011dcaf9a;hpb=bd3b9c6f98e238045baa88f0c9120b527099ad6d diff --git a/set-commit-date-recursive b/set-commit-date-recursive index 2caa688..fd6852c 100755 --- a/set-commit-date-recursive +++ b/set-commit-date-recursive @@ -1,10 +1,4 @@ #! /bin/sh -# Call set-commit-date on the repo and all submodules - prog_dir="`dirname \"$0\"`" && -"$prog_dir"/set-commit-date.py && \ - -if [ -f .gitmodules ]; then - exec git submodule foreach "$prog_dir"/set-commit-date.py -fi +exec "$prog_dir"/run-recursive "$prog_dir"/set-commit-date.py