v0.8.0 #1052
arxanas
announced in
Release notes
v0.8.0
#1052
Replies: 1 comment 1 reply
-
Looks like pre-built binaries are missing from this release and the action is failing: https://github.com/arxanas/git-branchless/actions/runs/6040012495 |
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
-
To install or update
git-branchless
, run the following:If you haven't already taken the user survey, please consider doing so!
Release highlights
git record -i
) now uses a new, more performant interface.git branchless difftool
.repo
(e.g. Chromium)Changelog
Added
--fixup
to squash moved commits into the destination #545) EXPERIMENTAL: Added a--fixup
option togit move
to squash moved commits into the destinationinstall-man-pages
subcommand #830) Addedgit branchless install-man-pages
command. This may be useful for package maintainers or those who install git-branchless from source.git submit
#840) git-branchless supports Phabricator as a backend forge forgit submit
.branchless.smartlog.defaultRevset
configuration variable..git
directory" check #910) Added support for repositories managed by therepo
tool.difftool
subcommand #1009) Addedgit branchless difftool
subcommand.Changed
git-record
as of v0.4.0 #1024) Rust v1.67 or later is required to build.git submit
only fetches the necessary branches, rather than all branches, before pushing.scm-record
library #826) Switch toscm-record
crate to provide the partial commit interface.draft()
#914) The default revset forgit restack
is nowdraft()
.Fixed
git submit
#866) New commits created duringgit rebase
are no longer kept if the rebase is aborted.git submit
#866)git test
no longer clobbers working copy changes.git amend
, detached branches previously pointing to the amended commit are now updated.git sync --pull
withmain
checked out #920) Runninggit sync
when the main branch is checked out no longer leaves a dirty index.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.8.0.
Beta Was this translation helpful? Give feedback.
All reactions