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:
c96eea1
)
Remove the refs/original from the first round of filter-branch.
author
Evan Broder
<broder@mit.edu>
Thu, 25 Dec 2008 08:11:21 +0000
(
03:11
-0500)
committer
Evan Broder
<broder@mit.edu>
Thu, 25 Dec 2008 08:11:21 +0000
(
03:11
-0500)
svn path=/trunk/scripts/git-migration/; revision=1899
git-migrate
patch
|
blob
|
history
diff --git
a/git-migrate
b/git-migrate
index
c5886a9
..
daea0d1
100755
(executable)
--- a/
git-migrate
+++ b/
git-migrate
@@
-74,6
+74,8
@@
def clonePackage(base, pkg):
'--all'],
cwd='%s.git' % pkg)
'--all'],
cwd='%s.git' % pkg)
+ shutil.rmtree('%s.git/refs/original' % pkg, True)
+
tagBase(pkg)
def cloneAllPackages(base):
tagBase(pkg)
def cloneAllPackages(base):