Name | Modified | Size | Downloads / 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!
- @arxanas
- @jblebrun made their first contribution in https://github.com/arxanas/git-branchless/pull/1322
- @niklaskorz made their first contribution in https://github.com/arxanas/git-branchless/pull/1400
- @samueltardieu
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.