Releases: gitext-rs/git-stack
Releases · gitext-rs/git-stack
v0.10.17
v0.10.16
[0.10.16] - 2023-05-02
Fixes
- Don't panic on
git stack --onto <sha>
v0.10.15
[0.10.15] - 2023-04-13
Internal
- Update dependency
v0.10.14
[0.10.14] - 2023-03-16
Internal
- Update dependency
v0.10.13
[0.10.13] - 2023-03-14
Fixes
- Correctly handle
CLICOLOR=1
- Correctly handle
NO_COLOR=
Performance
- Do not checkout files if the tree is unchanged
v0.10.12
[0.10.12] - 2023-02-02
Fixes
- Imitate git in editing commit messages, allowing at least
vim
to recognize the filetype
v0.10.11
[0.10.11] - 2023-01-25
Fixes
- Commit and sign with committer signature
v0.10.10
[0.10.10] - 2023-01-18
Fixes
- Write to the users config, whichever location it is in
v0.10.9
[0.10.9] - 2023-01-12
Fixes
- Improve error reporting when operations like rebase are in progress
v0.10.8
[0.10.8] - 2023-01-12
Fixes
git amend <rev>
no longer drops commits after<rev>