v0.3.2 #25
arxanas
announced in
Release notes
v0.3.2
#25
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.
-
git-branchless
now runs on Windows! Big thanks to @waych for their efforts.As a result of this work,
git-branchless
also includes its own build of SQLite, which should make it easier for users to install (#17).branchless.mainBranch
has been renamed tobranchless.core.mainBranch
. The old option will be supported indefinitely, but eventually removed.git move
command, which rebases entire subtrees at once. Not currently stable.git branchless init
now setsadvice.detachedHead false
, to reduce the incidence of scary messages.git
togit-branchless wrap
improves which commands are grouped together forgit undo
, and possibly enables more features in the future.git-branchless wrap
command can now take an explicit--git-executable
parameter to indicate which program to run.git-branchless
builds on Windows (Allow git-branchless to build on Windows #13, Fix tests and execution on Windows #20).git undo
, even if it was clean beforehand.git-branchless
now supports Git v2.31.git restack
now doesn't infinite-loop on certain rebase conflict scenarios.git smartlog
now doesn't crash for some cases of hidden merge commits.git-branchless
bundles its own version of SQLite, so that the user doesn't need to install SQLite as a dependency themselves (Allow git-branchless to build on Windows #13).This discussion was created from the release v0.3.2.
Beta Was this translation helpful? Give feedback.
All reactions