Replies: 2 comments 1 reply
-
Sorry that it took me so long to reply (I was on vacation and then just forgot). I haven't thought much at all about large file support and I haven't used either Git LFS or git-annex. I hope partial clones will be sufficient as that seems most user-friendly. I think Git's partial clones support filtering by file size, so you can ask to get only files smaller than 1MB, for example. However, since jj uses libgit2, which doesn't have support for partial clones yet, it's probably going to take a long time before we get there. We'll see if gitoxide gets support for it before libgit2. Then we can consider switching to that. |
Beta Was this translation helpful? Give feedback.
-
I was reminded of SnowTrack today and wondered about how |
Beta Was this translation helpful? Give feedback.
-
Do you have already plans for large file support?
IMO large file support should allow:
These are some thoughts, there is probably much more to it ;-)
Example:
git lfs is nice because it is simple to use. IMO the biggest drawbacks are:
git annex is quite more powerful than git lfs in how you manage your big files and to keep track in which repo they are, but:
Beta Was this translation helpful? Give feedback.
All reactions