Closed Techcable closed 9 years ago
If you just continued the partial quote, you could answer your question yourself:
Sometimes that is a good thing. Some import tools in particular could generate really horribly bad deltas. Anything that uses "git fast-import", for example [...]
Well, git-remote-hg
is indeed using git fast-import
.
@fingolfin I didn't see that, sorry.
Your Readme says to do git gc --aggressive after cloning. Is that really safe to do? Does the part about "Some import tools in particular could generate really horribly bad deltas" apply? Or would it be better to switch to git repack?