LWN.net Logo

Size limit in git objects?

Size limit in git objects?

Posted Apr 7, 2010 3:23 UTC (Wed) by dlang (✭ supporter ✭, #313)
In reply to: Size limit in git objects? by vonbrand
Parent article: A proposed Subversion vision and roadmap

the length of the object isn't contrained, but the offset to the start of the object is.

so you can have up to 4G in a pack file, plus however much the last object runs off the end of it.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds