Superproject, not superrepo, is git's term for a repo that contains
[invirt/scripts/git-migration.git] / git-migrate-fast.sh
index 1cde7d5..0c0cce5 100755 (executable)
@@ -91,7 +91,7 @@ git symbolic-ref HEAD refs/heads/prod
     echo 'mark :1'
     echo 'committer Invirt Git Import <invirt@mit.edu> now'
     echo 'data <<EOF'
-    echo 'Initial superrepo creation.'
+    echo 'Initial superproject creation.'
     echo 'EOF'
     for r in $(ls ../packages); do
        pushd "../packages/$r" &>/dev/null