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