X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=blobdiff_plain;f=set-commit-date-repos;h=41f1686c79f7a4b167df200c790e0cb912d3b3d4;hp=99e04ce015082cabb4ff61257275b06632bf2372;hb=3970e918c6d6dc945a321565a0eed4bb9ba1afb0;hpb=4ee616e868a3a9bf83d57db6bdf171babfa80d9e diff --git a/set-commit-date-repos b/set-commit-date-repos index 99e04ce..41f1686 100755 --- a/set-commit-date-repos +++ b/set-commit-date-repos @@ -7,5 +7,4 @@ prog_dir="`pwd`" && exec "$prog_dir"/do-all \ 'test "$g" = "$d/.git" || continue &&' \ - 'cd "$d"; echo "$d"; "$prog_dir"/set-commit-date &&' \ - 'git submodule foreach "$prog_dir"/set-commit-date' + 'cd "$d"; echo "$d"; "$prog_dir"/set-commit-date-recursive'