forked from mirrors/jj
changelog: make indentation consistent
This commit is contained in:
parent
07c7d89f85
commit
0058c4f451
1 changed files with 6 additions and 6 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -88,18 +88,18 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|||
flag. When used, descendants of the edited or deleted commits will keep their original
|
||||
content.
|
||||
|
||||
* `jj git fetch -b <remote-git-branch-name>` will now warn if the branch(es)
|
||||
* `jj git fetch -b <remote-git-branch-name>` will now warn if the branch(es)
|
||||
can not be found in any of the specified/configured remotes.
|
||||
|
||||
### Fixed bugs
|
||||
|
||||
* Update working copy before reporting changes. This prevents errors during reporting
|
||||
from leaving the working copy in a stale state.
|
||||
* Update working copy before reporting changes. This prevents errors during reporting
|
||||
from leaving the working copy in a stale state.
|
||||
|
||||
* Fixed panic when parsing invalid conflict markers of a particular form.
|
||||
([#2611](https://github.com/martinvonz/jj/pull/2611))
|
||||
* Fixed panic when parsing invalid conflict markers of a particular form.
|
||||
([#2611](https://github.com/martinvonz/jj/pull/2611))
|
||||
|
||||
* Editing a hidden commit now makes it visible.
|
||||
* Editing a hidden commit now makes it visible.
|
||||
|
||||
## [0.21.0] - 2024-09-04
|
||||
|
||||
|
|
Loading…
Reference in a new issue