v0.6.0 #653
arxanas
announced in
Release notes
v0.6.0
#653
Replies: 1 comment 1 reply
-
|
Thanks for the update, I really how fast this can rebase branches. Any chance on a binary release for this version? |
Beta Was this translation helpful? Give feedback.
1 reply
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 were using a remote main branch, you will have to switch to a local main branch, as remote main branches are no longer supported; see below.
If you haven't already taken the user survey, please consider doing so!
Release highlights
git swis installed by default instead ofgit co. Thanks to @mlcui-google for fixing a bug in this!git test:Changelog
Added
git testcommand #576) EXPERIMENTAL: Createdgit testcommand to run a command on each commit in your stack.git sync --pullrebases the local main branch on top of the remote main branch.git smartlognow renders revsets with non-contiguous commits.git smartlognow deduplicates merge commits which appear in the smartlog.Changed
git syncto keep it up-to-date.rewrittenrevset function #571) Addedcurrent(<revset>)revset function to determine the latest versions of a set of rewritten commits.public(),main()revset functions #582) Addedmain(),public()revset functions.git syncproduces more descriptive output.Fixed
git init#588)git branchless initnow works when invoked in a worktree.git reword --force-rewriteno longer moves remote-tracking branches.git smartlogno longer uses 100% CPU in certain cases with remote main branches (because remote main branches are no longer supported).New Contributors
Thanks to the following first-time contributors!
--branchto--create#626If 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.6.0.
Beta Was this translation helpful? Give feedback.
All reactions