X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=set-commit-date-recursive;h=fd6852cb008b57fc61c997ed66fa568ba4281c74;hb=e78829f5e4f3f167c40114a40c8d2d002fb5be4e;hp=2caa688e703b0515cde3a975a97c3ea2f4df5922;hpb=cd2022e1e1db8e89f7fae123057a51392862ccf4;p=git-scripts.git 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