mirror of
https://github.com/jj-vcs/jj.git
synced 2026-07-03 14:02:54 +08:00
docs: fix misplaced changelog entry for "jj config gc"
This commit is contained in:
@@ -8,11 +8,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
* `jj config gc` will delete configuration of deleted/moved repos from
|
||||
`~/.config/jj/repos` folder.
|
||||
[#9362](https://github.com/jj-vcs/jj/issues/9362)
|
||||
|
||||
|
||||
### Release highlights
|
||||
|
||||
### Breaking changes
|
||||
@@ -37,6 +32,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
* `jj` now looks for config files in `/etc/jj`.
|
||||
|
||||
* `jj config gc` will delete configuration of deleted/moved repos from
|
||||
`~/.config/jj/repos` folder.
|
||||
[#9362](https://github.com/jj-vcs/jj/issues/9362)
|
||||
|
||||
* `jj run` allows 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
|
||||
|
||||
Reference in New Issue
Block a user