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:
28e1ed7
)
git submodule supports relative paths in submodule URLs. Use them.
author
Evan Broder
<broder@mit.edu>
Thu, 7 Jan 2010 21:22:43 +0000
(16:22 -0500)
committer
Evan Broder
<broder@mit.edu>
Thu, 7 Jan 2010 21:22:43 +0000
(16:22 -0500)
svn path=/trunk/scripts/git-migration/; revision=2867
git-migrate-fast.sh
patch
|
blob
|
history
diff --git
a/git-migrate-fast.sh
b/git-migrate-fast.sh
index
0c0cce5
..
9df05e7
100755
(executable)
--- a/
git-migrate-fast.sh
+++ b/
git-migrate-fast.sh
@@
-107,7
+107,7
@@
git symbolic-ref HEAD refs/heads/prod
r="${r%.git}"
printf '[submodule "%s"]\n' "$r"
printf '\tpath = %s\n' "$r"
r="${r%.git}"
printf '[submodule "%s"]\n' "$r"
printf '\tpath = %s\n' "$r"
- printf '\turl = git://invirt.mit.edu/invirt/packages/%s.git\n' "$r"
+ printf '\turl = ../packages/%s.git\n' "$r"
done
echo 'EOF'
done
echo 'EOF'