v0.5.0 #572
arxanas
announced in
Release notes
v0.5.0
#572
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To install or update
git-branchless, run the following:If you see an error like
failed to select a requirement libgit2-sys, then you need to update your version of Rust. See the troubleshooting section.If you haven't already taken the user survey, please consider doing so!
Release highlights
This is primarily a bugfix release for revset-related issues. Thanks to @claytonrcarter and @pokey who fixed several bugs!
git rewordgained the--fixupflag, and can now reword merge commits.git submitcommand was added (discuss).Changelog
Added
exactlyfunction #508) Addedexactly(<revset>, n)revset function to allow assertions on the number of commits within a set.git rewordcan now reword merge commits.git recordnow accepts a--detachoption to avoid moving the current branch.--fixupflag togit branchless reword#538)git rewordnow accepts a--fixupoption to convert regular commits intofixup!commits (for use withgit rebase --autosquash)git submitcommand #541) EXPERIMENTAL: Createdgit submitcommand. Discuss at RFC: `git submit` interface #564.Changed
Fixed
message(...)#507) Themessages()revset function now ignores trailing newlines in commit messages.--color always#512) Fixed so that the setting for--coloris now respected.--color always#512) Fixed so that you can pass--coloranywhere in the command-line, not just before the subcommand.restackhint for rewritten commits #513) Fixed some false positives for hints to rungit restackwhen printing the smartlog.git query.New contributors
Thanks to the following first-time contributors!
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.5.0.
Beta Was this translation helpful? Give feedback.
All reactions