[ANNOUNCE] git-cinnabar 0.6.0
Mike Hommey
mh at glandium.org
Sat Apr 1 02:54:37 BST 2023
Hi,
Git-cinnabar is a git remote helper to interact with mercurial
repositories. It allows to clone, pull and push from/to mercurial remote
repositories, using git.
Code on https://github.com/glandium/git-cinnabar
This release is available on
https://github.com/glandium/git-cinnabar/releases/tag/0.6.0
What's new since 0.5.11?
- Full rewrite of the Python parts of git-cinnabar in Rust.
- Push performance is between twice and 10 times faster than 0.5.x,
depending on scenarios.
- Based on git 2.38.0.
- `git cinnabar fetch` now accepts a `--tags` flag to fetch tags.
- `git cinnabar bundle` now accepts a `-t` flag to give a specific
bundlespec.
- `git cinnabar rollback` now accepts a `--candidates` flag to list the
metadata sha1 that can be used as target of the rollback.
- `git cinnabar rollback` now also accepts a `--force` flag to allow
any commit sha1 as metadata.
- `git cinnabar` now has a `self-update` subcommand that upgrades it
when a new version is available. The subcommand is only available
when building with the `self-update` feature (enabled on prebuilt
versions of git-cinnabar).
- Disabled inexact copy/rename detection, that was enabled by accident.
What's new since 0.6.0rc2?
- Fixed use-after-free in metadata initialization.
- Look for the new location of the CA bundle in git-windows 2.40.
Mike
More information about the git-announce
mailing list