Download Latest Version git-branchless-v0.10.0-x86_64-pc-windows-msvc.zip (6.4 MB)
Email in envelope

Get an email when there's a new version of Branchless workflow for Git

Home / v0.10.0
Name Modified Size InfoDownloads / Week
Parent folder
git-branchless-v0.10.0-x86_64-pc-windows-msvc.zip 2024-10-14 6.4 MB
git-branchless-v0.10.0-x86_64-unknown-linux-musl.tar.gz 2024-10-14 8.8 MB
README.md 2024-10-14 1.9 kB
v0.10.0 source code.tar.gz 2024-10-14 539.5 kB
v0.10.0 source code.zip 2024-10-14 653.1 kB
Totals: 5 Items   16.4 MB 0

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

:::console
$ 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.

Source: README.md, updated 2024-10-14