X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=set-commit-date-not-packed;h=e1c6928183d8d6a812ca440c8a9b7267fc0096c9;hb=d620650e20051859359c8bb1ec26c122261af652;hp=1073bc8e19d969765011e31d61d5d05988723858;hpb=8acd6f41a8545f7f42bbd9a5b0b731b2bdc3c644;p=git-scripts.git diff --git a/set-commit-date-not-packed b/set-commit-date-not-packed index 1073bc8..e1c6928 100755 --- a/set-commit-date-not-packed +++ b/set-commit-date-not-packed @@ -6,5 +6,5 @@ cd "`dirname \"$0\"`" && prog_dir="`pwd`" && for d in `"$prog_dir"/ls-not-packed` do cd "$d"; test -d .git || continue && - echo "$d"; "$prog_dir"/set-commit-date-recursive || exit 1 + echo "----- $d -----"; "$prog_dir"/set-commit-date-recursive || exit 1 done