Hacker News new | ask | show | jobs
by gertop 875 days ago
> How common are repos bigger than Linux?

In terms of number of commits, Linux is probably bigger than most. In terms of storage size, almost any video game project will be significantly bigger.

It's no secret that git is very bad at handling large binary files.

2 comments

So this is very specifically for things like games with large binary assets?
No, large companies using monorepos will have repos much bigger than Linux even without large binary assets. Apparently Linux has ~10 commits per hour. I probably do ~10 commits per week. So a team of ~150 mes produces commits at a fast rate than Linux. Very rough estimate but it takes less than you'd think.

Also if you vendor a few dependencies that quickly increases the size.

You don't even need game assets, your company's icon library is likely enough to tip the scales into territory git doesn't handle well.