]> git.phdru.name Git - git-scripts.git/blobdiff - set-commit-date-repos
pull-usrlocalsrc: add git-remote-hg to PATH
[git-scripts.git] / set-commit-date-repos
index 41f1686c79f7a4b167df200c790e0cb912d3b3d4..727b0830faa7c39f8f908b2c2d94c7206b687f6e 100755 (executable)
@@ -1,10 +1,10 @@
 #! /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'
+   'cd "$d"; echo "----- $d -----"; "$prog_dir"/set-commit-date-recursive'