git-branchless 0.11.0#284045
Open
BrewTestBot wants to merge 1 commit into
Open
Conversation
d377f55 to
d271e07
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
git splitcommand was introduced.!operator, as well some performance improvements.recordandamendcan now detect and add new, untracked files.recordgained several new options, and a breaking change to another; see below.smartlogreceived rendering updates, a new setting, and a deprecation; see below.For full details on the numerous other features, changes and fixes, see below.
Additionally, this is the first release managed by @claytonrcarter. If something seems amiss or is not packaged correctly, please mention it in discussion, or open an issue.
Added
!revset postfix operator as shortcut for "only child"git splitcommand to extract changes from a commitgit move --dry-runto test in-memory rebasesgit recordandgit amendcan now automatically detect and begin tracking new files (optional, disabled by default)git record --newto create new, empty commits--reparentflag, previously only available togit amend, is now available togit move,git restack,git split,git syncandgit testgit record --fixupoption, to create a fixup commit (similar toreword --fixup)Changed
git smartlognow renders with curved cornersgit smartlogrenders commit nodes more consistently with other nodesgit smartlognow reads thebranchless.smartlog.reverseconfig setting (the--reverseoption has been deprecated)git recordwill use a default commit message with--stash(instead of prompting for one)git switchnow accepts a revset whose sole head will be checked out, and correctly treats-to mean last checked out commit or branchscm-recordupgraded to v0.5.0.The minimum supported Rust version (MSRV) is now 1.82.See #1638 below.Fixed
git record --stashon a detached HEADgit switch/Contributors
Thanks to everyone who made this release happen! In particular, we'd like to thank our new contributors:
--reverseflag with config opt arxanas/git-branchless#1315If 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.
Full Changelog: arxanas/git-branchless@v0.10.0...v0.11.0
View the full release notes at https://github.com/arxanas/git-branchless/releases/tag/v0.11.0.