Releases: gitext-rs/git-stack
Releases · gitext-rs/git-stack
v0.10.8
[0.10.8] - 2023-01-12
Fixes
git amend <rev>no longer drops commits after<rev>
v0.10.7
[0.10.7] - 2023-01-12
Fixes
- Sign rebased commits
v0.10.6
[0.10.6] - 2023-01-11
Compatibility
git amendno-ops now fail
Features
git amend <rev>is now supported
Fixes
git amendonly reports an amend happening on successgit amendno-ops are now quietergit amendno-ops now failgit amendcan now amend fixupsgit amendwon't lose unstaged changes anymoregit amendmoves to fixup commit on failuregit runis more explicit about what it is testing and what the status was for
v0.10.5
[0.10.5] - 2023-01-10
Fixes
git amendcorrectly checks out new HEAD when amending a detached HEAD
v0.10.4
[0.10.4] - 2023-01-10
Fixes
git syncrebases to the fetched remote, not the remote at process start
v0.10.3
[0.10.3] - 2023-01-10
Fixes
git amendcan commit staged changes
v0.10.2
[0.10.2] - 2023-01-09
Features
git rewordnow takes an optional rev for rewording commits other than HEAD
Fixes
git amend -mdidn't work, now it doesgit amendcan no work on detached HEADS
v0.10.1
[0.10.1] - 2023-01-06
Features
git run --switchto checkout the commit that failedgit run --fail-fastnow exists and is the default, disable with--no-fail-fast/--no-ff
Fixes
git syncnow rebases onto the fetched branch
v0.10.0
[0.10.0] - 2023-01-05
Features
- Initial
gpgSignsupport. This is untested so ifcommit.gpgSignis causinggit-stackto fail, you can usestack.gpgSignto disable it.
v0.9.0
[0.9.0] - 2023-01-04
Features
New git stack subcommands, including
nextandprevsync(with the aim of replacinggit stack --pull)amendrewordrun
With git stack alias for creating alias for these