X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=set-commit-date-repos;h=69b4aed98950da0c1cef8f93fb946282945c3d32;hb=5513a663e5a0665fb5ba30c1ce7056468376e679;hp=99e04ce015082cabb4ff61257275b06632bf2372;hpb=b5a65bd2ca9eb6887fbb3f94ae5c6f262e7d38dc;p=git-scripts.git diff --git a/set-commit-date-repos b/set-commit-date-repos index 99e04ce..69b4aed 100755 --- a/set-commit-date-repos +++ b/set-commit-date-repos @@ -1,11 +1,10 @@ #! /bin/sh -# Call set-commit-date on all repositories. +# Call set-commit-date-recursive on all repositories. cd "`dirname \"$0\"`" && 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'