Resumo Executivo

  • jj runallows you to run a command over a set of changes, each with their own private working copy; the commands may update the working copy and changes/conflicts are propagated accordingly, e.g.,- jj run – cargo check –all-featuresor- jj run – cargo fixbehaves as one might expect.
  • jj gerrit uploadnow supports the-o(–option) flag, which works like git push -o(–push-option).
  • jj git fetchnow rebases the descendants of revisions that were rewritten based on their change IDs. Previously, when multiple bookmarked revisions existed in a stack, those rewritten revisions and their descendants wouldn’t always be rebased.

Texto original analisado via motor FOSS-Core.