Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
The minimum supported Rust version (MSRV) is now 1.76.0.
The on-disk index format changed. New index files will be created
automatically, but it can fail if the repository is co-located and predates
Git GC issues #815. If
reindexing failed, you'll need to clean up corrupted operation history by
jj op abandon ..<bad operation ID>
.Dropped support for the "legacy" graph-drawing style. Use "ascii" for a very
similar result.
The default log output no longer lists all tagged heads. Set
revsets.log = "@ | ancestors(immutable_heads().., 2) | heads(immutable_heads())"
to restorethe old behavior.
Dropped support for the deprecated
:
revset operator. Use::
instead.jj rebase --skip-empty
no longer abandons commits that were already emptybefore the rebase.
New features
Added support for commit signing and verification. This comes with
out-of-the-box support for the following backends:
Templates now support logical operators:
||
,&&
,!
Templates now support the
self
keyword, which is the current commit injj log
/obslog
templates.jj show
now accepts-T
/--template
option to render its output usingtemplate
jj config list
now accepts-T
/--template
option.jj git fetch
now accepts-b
as a shorthand for--branch
, making it moreconsistent with other commands that accept a branch
In the templating language, Timestamps now have a
.local()
method forconverting to the local timezone.
jj next/prev
now infer--edit
when you're already editing a non-headcommit (a commit with children).
A new built-in pager named
:builtin
is available on all platforms,implemented with minus
Set config
ui.log-synthetic-elided-nodes = true
to makejj log
includesynthetic nodes in the graph where some revisions were elided
(#1252,
#2971). This may become the
default depending on feedback.
When creating a new workspace, the sparse patterns are now copied over from
the current workspace.
jj git init --colocate
can now import an existing Git repository. This isequivalent to
jj git init --git-repo=.
.jj git fetch
now automatically prints new remote branches and tags by default.--verbose/-v
is now--debug
(no short option since it's not intended to be used often)jj move --from/--to
can now be abbreviated tojj move -f/-t
jj commit
/diffedit
/move
/resolve
/split
/squash
/unsquash
now accept--tool=<NAME>
option to override the default.#2575
Added completions for Nushell to
jj util completion
jj branch list
now supports a--tracked/-t
option which can be used toshow tracked branches only. Omits local Git-tracking branches by default.
Commands producing diffs now accept a
--context
flag for the number oflines of context to show.
jj
commands with the-T
/--template
option now provide a hint containingdefined template names when no argument is given, assisting the user in making
a selection.
Fixed bugs
On Windows, symlinks in the repo are now supported when Developer Mode is enabled.
When symlink support is unavailable, they will be materialized as regular files in the
working copy (instead of resulting in a crash).
#2
On Windows, the
:builtin
pager is now used by default, rather than beingdisabled entirely.
Auto-rebase now preserves the shape of history even for merge commits where
one parent is an ancestor of another.
#2600
Contributors
Thanks to the people who made this release happen!