|
|
|
|
|
by Ericson2314
3427 days ago
|
|
If I understand this correctly, unlike git-annex and git lfs, this not about extending the git format with special large files, but changing the algorithm for the current data format. A custom filesystem is indeed the correct approach, and one that git itself should have probably supported long ago. In fact, there should really only be one "repo" per machine, name-spaced branches, and multiple mountpoints a la `git worktree`. In other words there should be a system daemon managing a single global object store. I wonder/hope IPFS can benefit from this implementation on Windows, where FUSE isn't an option. |
|