X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=set-commit-date-recursive;h=fd6852cb008b57fc61c997ed66fa568ba4281c74;hb=c5e4601c3938434c414a232ae3bb5d368d25d871;hp=465f5fab4c36c7ca6e4c6f45b4d58a03b561e4b6;hpb=be308b7b8c887a71e26a8044bba3b334487452b5;p=git-scripts.git diff --git a/set-commit-date-recursive b/set-commit-date-recursive index 465f5fa..fd6852c 100755 --- a/set-commit-date-recursive +++ b/set-commit-date-recursive @@ -1,8 +1,4 @@ #! /bin/sh -# Call set-commit-date on the repo and all submodules - prog_dir="`dirname \"$0\"`" && - -"$prog_dir"/set-commit-date.py && \ -exec git submodule foreach "$prog_dir"/set-commit-date.py +exec "$prog_dir"/run-recursive "$prog_dir"/set-commit-date.py