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
-
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 reword
gained the--fixup
flag, and can now reword merge commits.git submit
command was added (discuss).Changelog
Added
exactly
function #508) Addedexactly(<revset>, n)
revset function to allow assertions on the number of commits within a set.git reword
can now reword merge commits.git record
now accepts a--detach
option to avoid moving the current branch.--fixup
flag togit branchless reword
#538)git reword
now accepts a--fixup
option to convert regular commits intofixup!
commits (for use withgit rebase --autosquash
)git submit
command #541) EXPERIMENTAL: Createdgit submit
command. 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--color
is now respected.--color always
#512) Fixed so that you can pass--color
anywhere in the command-line, not just before the subcommand.restack
hint for rewritten commits #513) Fixed some false positives for hints to rungit restack
when 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