Hacker News new | ask | show | jobs
by robaato 44 days ago
Plastic is usable on surface, but doesn't scale well. If you've ever looked at what Plastic does when you use its git fast-export compatible feature, the results for merge commits are horrible to behold, e.g. delete of a directory followed by add of a file into same dir, then delete of it then rename.
1 comments

I’m not picking up how its git export feature maps to its scalability.