Skip to content

Releases: gitext-rs/git-stack

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>

v0.10.7

12 Jan 16:42
Compare
Choose a tag to compare

[0.10.7] - 2023-01-12

Fixes

  • Sign rebased commits

v0.10.6

11 Jan 17:23
Compare
Choose a tag to compare

[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 success
  • git amend no-ops are now quieter
  • git amend no-ops now fail
  • git amend can now amend fixups
  • git amend won't lose unstaged changes anymore
  • git amend moves to fixup commit on failure
  • git run is more explicit about what it is testing and what the status was for

v0.10.5

10 Jan 15:58
Compare
Choose a tag to compare

[0.10.5] - 2023-01-10

Fixes

  • git amend correctly checks out new HEAD when amending a detached HEAD

v0.10.4

10 Jan 04:19
Compare
Choose a tag to compare

[0.10.4] - 2023-01-10

Fixes

  • git sync rebases to the fetched remote, not the remote at process start

v0.10.3

10 Jan 02:21
Compare
Choose a tag to compare

[0.10.3] - 2023-01-10

Fixes

  • git amend can commit staged changes

v0.10.2

09 Jan 22:22
Compare
Choose a tag to compare

[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 does
  • git amend can no work on detached HEADS

v0.10.1

06 Jan 16:29
Compare
Choose a tag to compare

[0.10.1] - 2023-01-06

Features

  • git run --switch to checkout the commit that failed
  • git 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

05 Jan 18:53
Compare
Choose a tag to compare

[0.10.0] - 2023-01-05

Features

  • Initial gpgSign support. This is untested so if commit.gpgSign is causing git-stack to fail, you can use stack.gpgSign to disable it.

v0.9.0

04 Jan 23:06
Compare
Choose a tag to compare

[0.9.0] - 2023-01-04

Features

New git stack subcommands, including

  • next and prev
  • sync (with the aim of replacing git stack --pull)
  • amend
  • reword
  • run

With git stack alias for creating alias for these