X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=blobdiff_plain;f=set-commit-date-repos;h=50244f8f11940b7e9932635bf8caea224605a38d;hp=69b4aed98950da0c1cef8f93fb946282945c3d32;hb=HEAD;hpb=b02085f1af2c96e88737dc8d02b1dd9a5d214b30 diff --git a/set-commit-date-repos b/set-commit-date-repos index 69b4aed..50244f8 100755 --- a/set-commit-date-repos +++ b/set-commit-date-repos @@ -1,10 +1,8 @@ #! /bin/sh -# Call set-commit-date-recursive 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