←back to thread

Jujutsu for everyone

(jj-for-everyone.github.io)
434 points Bogdanp | 2 comments | | HN request time: 0s | source
Show context
layer8 ◴[] No.45084800[source]
One showstopper for me is that Jujutsu doesn’t support .gitattributes (https://jj-vcs.github.io/jj/latest/git-compatibility/).
replies(3): >>45085384 #>>45085408 #>>45087806 #
verdverm ◴[] No.45085384[source]
or LFS, hooks, submodules, shallow clones
replies(1): >>45087811 #
odie5533 ◴[] No.45087811[source]
So it doesn't have most of the worst features git ever invented. Got it.
replies(2): >>45089987 #>>45090153 #
Cthulhu_ ◴[] No.45089987{3}[source]
I can understand the criticism to submodules but the rest of your comment feels like unwarranted snark.
replies(1): >>45090038 #
1. odie5533 ◴[] No.45090038{4}[source]
Hooks, submodules, and LFS all have huge followings of haters. I think just a week ago there was a big post on HN about how awful LFS is.
replies(1): >>45094087 #
2. SAI_Peregrinus ◴[] No.45094087[source]
LFS is pretty crap, but the problem it tries to solve is real: version control should be able to control all the sources of the application, not just the text-based sources. Even if it can't meaningfully "diff" between them.