X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=blobdiff_plain;f=set-commit-date-not-packed;h=eafa3487e2207b756bcd1a0d1d232f57efb04afa;hp=e1c6928183d8d6a812ca440c8a9b7267fc0096c9;hb=90e28dbc446b6b59cbf317bc54613e7fb25597ea;hpb=fb46679b2a74d34a3ef0c1d98f56ada1b2aa8647 diff --git a/set-commit-date-not-packed b/set-commit-date-not-packed index e1c6928..eafa348 100755 --- a/set-commit-date-not-packed +++ b/set-commit-date-not-packed @@ -3,7 +3,7 @@ # Call set-commit-date-recursive on all not-packed repositories cd "`dirname \"$0\"`" && prog_dir="`pwd`" && -for d in `"$prog_dir"/ls-not-packed` +for d in `"$prog_dir"/ls-not-packed-repos` do cd "$d"; test -d .git || continue && echo "----- $d -----"; "$prog_dir"/set-commit-date-recursive || exit 1