mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-20 03:20:08 +00:00
changelog: move shallow clone support to unreleased section
The change was originally made during the last release cycle, so the hunks were based and rebased on top of the previous release section. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
48684eea10
commit
346b16224c
1 changed files with 6 additions and 6 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -37,6 +37,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|||
|
||||
* New template function `raw_escape_sequence(...)` preserves escape sequences.
|
||||
|
||||
* Initial support for shallow git repositories has been implemented. However
|
||||
deepening the history of a shallow repository is not yet supported.
|
||||
|
||||
* `jj git clone` now accepts a `--depth <DEPTH>` option, which
|
||||
allows to clone the repository with a given depth.
|
||||
|
||||
### Fixed bugs
|
||||
|
||||
* Error on `trunk()` revset resolution is now handled gracefully.
|
||||
|
@ -133,12 +139,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|||
|
||||
* Author and committer names are now yellow by default.
|
||||
|
||||
* Initial support for shallow git repositories has been implemented. However
|
||||
deepening the history of a shallow repository is not yet supported.
|
||||
|
||||
* `jj git clone` now accepts a `--depth <DEPTH>` option, which
|
||||
allows to clone the repository with a given depth.
|
||||
|
||||
### Fixed bugs
|
||||
|
||||
* Update working copy before reporting changes. This prevents errors during reporting
|
||||
|
|
Loading…
Reference in a new issue