|
|
|
|
|
by geenat
496 days ago
|
|
Auto-commit of large files and no way to un-bloat your repo is a showstopper for me no matter how good the DX might be. Large file handling needs to be sane in any new VCS, IMHO, as this is a main failing of git (..without the extra legwork of git-lfs). Edit: https://github.com/jj-vcs/jj/issues/80
Could maybe bring jj up to parity with git here |
|
Git's underlying storage format just isn't a very good fit for any kind of "large-ish file" storage; Git LFS is mostly just hack and it is unlikely to be supported anytime soon. Our hands are a bit tied on that front.
My impression is that most of the interest and momentum for solving the "large files problem" would preferably be invested in a native non-Git backend for Jujutsu.