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 amend
no-ops now fail
Features
git amend <rev>
is now supported
Fixes
git amend
only reports an amend happening on successgit amend
no-ops are now quietergit amend
no-ops now failgit amend
can now amend fixupsgit amend
won't lose unstaged changes anymoregit amend
moves to fixup commit on failuregit run
is more explicit about what it is testing and what the status was for
v0.10.5
[0.10.5] - 2023-01-10
Fixes
git amend
correctly checks out new HEAD when amending a detached HEAD
v0.10.4
[0.10.4] - 2023-01-10
Fixes
git sync
rebases to the fetched remote, not the remote at process start
v0.10.3
[0.10.3] - 2023-01-10
Fixes
git amend
can commit staged changes
v0.10.2
[0.10.2] - 2023-01-09
Features
git reword
now takes an optional rev for rewording commits other than HEAD
Fixes
git amend -m
didn't work, now it doesgit amend
can no work on detached HEADS
v0.10.1
[0.10.1] - 2023-01-06
Features
git run --switch
to checkout the commit that failedgit run --fail-fast
now exists and is the default, disable with--no-fail-fast
/--no-ff
Fixes
git sync
now rebases onto the fetched branch
v0.10.0
[0.10.0] - 2023-01-05
Features
- Initial
gpgSign
support. This is untested so ifcommit.gpgSign
is causinggit-stack
to fail, you can usestack.gpgSign
to disable it.
v0.9.0
[0.9.0] - 2023-01-04
Features
New git stack
subcommands, including
next
andprev
sync
(with the aim of replacinggit stack --pull
)amend
reword
run
With git stack alias
for creating alias for these