jujutsu v0.42.0 released

39 points by mediremi


Sharparam

jj git fetch now generates evolution history based on change IDs. If change IDs are preserved by the remote, local descendant revisions will be rebased onto the rewritten parents.

Sounds like this might mean I no longer will need to do jj new main right after every jj git fetch? (Assuming the remotes I work with can preserve that change ID.)

If so that's a nice QoL change.