]> git.phdru.name Git - git-scripts.git/blobdiff - svn/svn2git
Fix: No need to run `git repack`
[git-scripts.git] / svn / svn2git
index 5c68c17248f5bad2765fa81eaf128e9cb5c16987..f8ae407835d2aa637d025312b6558ff6c1007ae3 100755 (executable)
@@ -56,6 +56,5 @@ git config --local --path svn.authorsfile .git/info/authors.txt
 
 git svn gc &&
 git gc --aggressive &&
-git repack -a -d -f --depth=20 --window=250 &&
 echo "Cloned from $url using git-svn" >.git/description &&
 exec `git var GIT_EDITOR` .git/description