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:
b3184a2
)
Fix the RouteFS git import.
author
Evan Broder
<broder@mit.edu>
Mon, 29 Dec 2008 03:19:00 +0000
(22:19 -0500)
committer
Evan Broder
<broder@mit.edu>
Mon, 29 Dec 2008 03:19:00 +0000
(22:19 -0500)
svn path=/trunk/scripts/git-migration/; revision=1939
git-migrate-fast.sh
patch
|
blob
|
history
diff --git
a/git-migrate-fast.sh
b/git-migrate-fast.sh
index
a7f2ab2
..
a0b32c6
100755
(executable)
--- a/
git-migrate-fast.sh
+++ b/
git-migrate-fast.sh
@@
-48,10
+48,9
@@
rm -rf info/grafts refs/original
popd
pushd packages/python-routefs.git
-git fetch git://github.com/ebroder/python-routefs.git debian:refs/heads/debian
-git tag -f 1.0.1-1 2fc1d90
+git fetch -t git://github.com/ebroder/python-routefs.git
+git branch -f upstream 1.0.1
git branch -f master 1.0.1-1
-git branch -d debian
popd
echo