-
Notifications
You must be signed in to change notification settings - Fork 64
Release Notes: 0.6.0
Mike Hommey edited this page Apr 1, 2023
·
1 revision
- 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.40.0.
-
git cinnabar fetchnow accepts a--tagsflag to fetch tags. -
git cinnabar bundlenow accepts a-tflag to give a specific bundlespec. -
git cinnabar rollbacknow accepts a--candidatesflag to list the metadata sha1 that can be used as target of the rollback. -
git cinnabar rollbacknow also accepts a--forceflag to allow any commit sha1 as metadata. -
git cinnabarnow has aself-updatesubcommand that upgrades it when a new version is available. The subcommand is only available when building with theself-updatefeature (enabled on prebuilt versions of git-cinnabar). - Disabled inexact copy/rename detection, that was enabled by accident.
- Fixed use-after-free in metadata initialization.
- Look for the new location of the CA bundle in git-windows 2.40.