Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Deprecations

* `split.legacy-bookmark-behavior` is now deprecated in favor of
`split.identity-strategy`.

### New features

* `jj bisect` will now mention when it cannot unambiguously find the first bad
Expand All @@ -30,6 +33,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
back to prompting the user if the heuristics are inconclusive. It can also run
in non-interactive mode, which aborts if prompting would be needed.

* Added `split.identity-strategy` configuration setting to control which commit
inherits the original Change ID and where bookmarks move after `jj split`.
Supported strategies are `"selected"`, `"remaining"` (default), and
`"follow-description"`.

### Fixed bugs

* The default pager flags now include `-K` (`--quit-on-intr`), so pressing
Expand Down
Loading