Replies: 1 comment 3 replies
-
|
In reality, you are still making a new format when you do that, no? Git would not read those chunks correctly...it would have no way of piecing them together back into a file. You also presumably would not want to zlib-compress the blobs like git normally does. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In https://github.com/radarroark/xit/blob/master/docs/compat.md you write:
I think better large file support could be had without a new repo format: split large files into content-defined chunks, and store those chunks as individual blobs. I think
bupdoes this.Beta Was this translation helpful? Give feedback.
All reactions