projects
/
invirt/scripts/git-migration.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cd8f7d
)
Superproject, not superrepo, is git's term for a repo that contains
author
Evan Broder
<broder@mit.edu>
Mon, 28 Dec 2009 18:35:21 +0000
(13:35 -0500)
committer
Evan Broder
<broder@mit.edu>
Mon, 28 Dec 2009 18:35:21 +0000
(13:35 -0500)
submodules.
Make that replacement everywhere.
svn path=/trunk/scripts/git-migration/; revision=2801
git-migrate-fast.sh
patch
|
blob
|
history
diff --git
a/git-migrate-fast.sh
b/git-migrate-fast.sh
index
1cde7d5
..
0c0cce5
100755
(executable)
--- a/
git-migrate-fast.sh
+++ b/
git-migrate-fast.sh
@@
-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