X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=set-commit-date-repos;h=cdf1bc0057cdf0883c24b12d0a8d971e08044980;hb=9ce073122e61d2b27bc8921a4e1667fbb3f3ed2e;hp=41f1686c79f7a4b167df200c790e0cb912d3b3d4;hpb=3970e918c6d6dc945a321565a0eed4bb9ba1afb0;p=git-scripts.git diff --git a/set-commit-date-repos b/set-commit-date-repos index 41f1686..cdf1bc0 100755 --- a/set-commit-date-repos +++ b/set-commit-date-repos @@ -1,10 +1,8 @@ #! /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-recursive' +exec "$prog_dir"/run-workdirs -v "$prog_dir"/set-commit-date-recursive'