Hacker News new | ask | show | jobs
by _wolfie_ 1369 days ago
Can you use this to work around the size limit by having linux source code (up to the required commit) in a orphan branch?
1 comments

If I were implementing it, I would say total total repo size limit = 4GB, excluding any objects part of commits in whitelisted projects.

That makes sense for GitHub, because what they really care about is the hard drive space you use up, and a repo containing a commit they are already storing for some large project is no additional disk space.