X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=set-commit-date-repos;h=727b0830faa7c39f8f908b2c2d94c7206b687f6e;hb=2c654e316392a8b3523ea0495902372d54548e1c;hp=f565a1cd277ee4af5c397d55ed64431c55d7716a;hpb=be308b7b8c887a71e26a8044bba3b334487452b5;p=git-scripts.git diff --git a/set-commit-date-repos b/set-commit-date-repos index f565a1c..727b083 100755 --- a/set-commit-date-repos +++ b/set-commit-date-repos @@ -7,4 +7,4 @@ prog_dir="`pwd`" && exec "$prog_dir"/do-all \ 'test "$g" = "$d/.git" || continue &&' \ - 'cd "$d"; echo "$d"; "$prog_dir"/set-commit-date-recursive' + 'cd "$d"; echo "----- $d -----"; "$prog_dir"/set-commit-date-recursive'