mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-20 03:20:08 +00:00
fix: fix change notes to move something from 0.19 to future
This commit is contained in:
parent
df8202af4e
commit
3c07d10c5b
1 changed files with 4 additions and 4 deletions
|
@ -14,6 +14,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
||||||
|
* External diff tools can now be configured to invoke the tool on each file
|
||||||
|
individually instead of being passed a directory by setting
|
||||||
|
`merge-tools.$TOOL.diff-invocation-mode="file-by-file"` in config.toml.
|
||||||
|
|
||||||
### Fixed bugs
|
### Fixed bugs
|
||||||
|
|
||||||
## [0.19.0] - 2024-07-03
|
## [0.19.0] - 2024-07-03
|
||||||
|
@ -98,10 +102,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
* `jj squash` now accepts a `--keep-emptied` option to keep the source commit.
|
* `jj squash` now accepts a `--keep-emptied` option to keep the source commit.
|
||||||
|
|
||||||
* External diff tools can now be configured to invoke the tool on each file
|
|
||||||
individually instead of being passed a directory by setting
|
|
||||||
`merge-tools.$TOOL.diff-invocation-mode="file-by-file"` in config.toml.
|
|
||||||
|
|
||||||
### Fixed bugs
|
### Fixed bugs
|
||||||
|
|
||||||
* `jj git push` now ignores immutable commits when checking whether a
|
* `jj git push` now ignores immutable commits when checking whether a
|
||||||
|
|
Loading…
Reference in a new issue