(no title)
dubi_steinkek | 2 months ago
That's not really true in this case, as the worktree feature from jujutsu is not implemented on top of git worktrees.
dubi_steinkek | 2 months ago
That's not really true in this case, as the worktree feature from jujutsu is not implemented on top of git worktrees.
Macha|2 months ago
steveklabnik|2 months ago
gcr|2 months ago
(I personally think jj shouldn’t support collocated repositories, but happy to learn what others see in them…)
rk06|2 months ago
wasn't git compatibility it's main pro?
aseipp|2 months ago
I think the easiest way to conceptualize it is to think of Git and jj as being broken down into three broad "layers": data storage, algorithms, user interface. Jujutsu uses the same data storage format as Git -- but each of them have their own algorithms and user interface built atop that storage.
steveklabnik|2 months ago
Google uses it with Piper, their centralized VCS.
Being compatible and being purely a frontend aren’t the same thing.
antonvs|2 months ago
If we want to improve systems, we need to be able to migrate conveniently from older systems to better ones.
SatvikBeri|2 months ago
xboxnolifes|2 months ago