Skip to content

Releases: gitext-rs/git-stack

v0.10.17

09 Aug 14:50
Compare
Choose a tag to compare

[0.10.17] - 2023-08-09

Fixes

  • Show the status for the correct branch when multiple point to the same commit

v0.10.16

02 May 19:18
Compare
Choose a tag to compare

[0.10.16] - 2023-05-02

Fixes

  • Don't panic on git stack --onto <sha>

v0.10.15

13 Apr 16:07
Compare
Choose a tag to compare

[0.10.15] - 2023-04-13

Internal

  • Update dependency

v0.10.14

16 Mar 15:32
Compare
Choose a tag to compare

[0.10.14] - 2023-03-16

Internal

  • Update dependency

v0.10.13

16 Mar 01:16
Compare
Choose a tag to compare

[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

02 Feb 16:02
Compare
Choose a tag to compare

[0.10.12] - 2023-02-02

Fixes

  • Imitate git in editing commit messages, allowing at least vim to recognize the filetype

v0.10.11

25 Jan 22:13
Compare
Choose a tag to compare

[0.10.11] - 2023-01-25

Fixes

  • Commit and sign with committer signature

v0.10.10

18 Jan 14:30
Compare
Choose a tag to compare

[0.10.10] - 2023-01-18

Fixes

  • Write to the users config, whichever location it is in

v0.10.9

12 Jan 17:32
Compare
Choose a tag to compare

[0.10.9] - 2023-01-12

Fixes

  • Improve error reporting when operations like rebase are in progress

v0.10.8

12 Jan 17:10
Compare
Choose a tag to compare

[0.10.8] - 2023-01-12

Fixes

  • git amend <rev> no longer drops commits after <rev>