-
-
Notifications
You must be signed in to change notification settings - Fork 112
v0.10.0 #1423
arxanas
announced in
Release notes
v0.10.0
#1423
-
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-recordv0.4.0).
Changelog
Added
- ([3/7] feat(submit): support passing
--jobs#1355 ):git submitnow supports the--jobsargument for parallelism.
Changed
Fixed
- (Fix for Bug #1321 - Support symbolic refs in tx lines for git 2.45 #1322 ): Fixed the processing of symbolic refs in reference-transaction lines (since Git v2.46+).
- ([1/7] feat(submit:phabricator): pass
--allow-untrackedtoarc#1353 ):git submitwith the Phabricator forge now ignores untracked working copy changes. - (checksum mismatch with index version 4:
invalid data in index - calculated checksum does not match expected; class=Index (10)#1363 ): git-branchless now supports index version 4 (vialibgit2upgrade). - (fix: allow deleting a branch when config entries contain multivars #1393 ): Branches with multivars in their configuration can now be deleted (via
libgit2upgrade).
Contributors
Thanks to everyone who made this release happen!
- @arxanas
- @jblebrun made their first contribution in Fix for Bug #1321 - Support symbolic refs in tx lines for git 2.45 #1322
- @niklaskorz made their first contribution in fix: make tests independent of system locale #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.
This discussion was created from the release v0.10.0.
Beta Was this translation helpful? Give feedback.
All reactions
-
🎉 2
Replies: 1 comment 1 reply
-
Thanks for this release! The issue that #1322 fixed was driving me crazy.
Beta Was this translation helpful? Give feedback.
All reactions
1 reply
-
@jblebrun thanks for fixing it for us! It was affecting 20–30 people just based on reaction counts, and likely many more beyond that.
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment