github arxanas/git-branchless v0.10.0

one day ago

To install or update git-branchless, run the following:

$ cargo install --locked git-branchless
$ git branchless init  # in your repository

Release highlights

This is primarily a bugfix release:

  • Supports Git v2.46's reference-transaction updated format (thanks to @jblebrun).
  • Supports Git's index format v4 (thanks to @samueltardieu).
  • Fixes to the interactive commit selector (see scm-record v0.4.0).

Changelog

Added

  • (#1355): git submit now supports the --jobs argument for parallelism.

Changed

Fixed

  • (#1322): Fixed the processing of symbolic refs in reference-transaction lines (since Git v2.46+).
  • (#1353): git submit with the Phabricator forge now ignores untracked working copy changes.
  • (#1363): git-branchless now supports index version 4 (via libgit2 upgrade).
  • (#1393): Branches with multivars in their configuration can now be deleted (via libgit2 upgrade).

Contributors

Thanks to everyone who made this release happen!

If you're interested in contributing, check out the Developer Guide in the Wiki, or post in the Discussions or Discord server to ask any questions.

Don't miss a new git-branchless release

NewReleases is sending notifications on new releases.