Replies: 1 comment 2 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.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
bup
does this.Beta Was this translation helpful? Give feedback.
All reactions