mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-03 10:24:28 +00:00
fix(changelog): Move --keep-emptied to the correct release.
Thanks @scott2000 for catching this.
This commit is contained in:
parent
455daa4d67
commit
a840894a02
1 changed files with 2 additions and 2 deletions
|
@ -82,6 +82,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
* `jj commit` now accepts `--reset-author` option to match `jj describe`.
|
* `jj commit` now accepts `--reset-author` option to match `jj describe`.
|
||||||
|
|
||||||
|
* `jj squash` now accepts a `--keep-emptied` option to keep the source commit.
|
||||||
|
|
||||||
### 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
|
||||||
|
@ -164,8 +166,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
* `jj git push` now can push commits with empty descriptions with the
|
* `jj git push` now can push commits with empty descriptions with the
|
||||||
`--allow-empty-description` flag
|
`--allow-empty-description` flag
|
||||||
|
|
||||||
* `jj squash` now accepts a `--keep-emptied` option to keep the source commit.
|
|
||||||
|
|
||||||
### Fixed bugs
|
### Fixed bugs
|
||||||
|
|
||||||
* Previously, `jj git push` only made sure that the branch is in the expected
|
* Previously, `jj git push` only made sure that the branch is in the expected
|
||||||
|
|
Loading…
Reference in a new issue