Skip to content

Releases: abhinav/git-spice

v0.1.0-alpha4

24 May 04:59
020ffbd
Compare
Choose a tag to compare
v0.1.0-alpha4 Pre-release
Pre-release

Added

  • commit create, commit amend: Allow using during an ongoing rebase. During a rebase, these commands will not restack the upstack.
  • repo sync: Support running in detached head state.

Changed

  • Breaking: Change restack alias to 'r', allowing for 'br', 'sr', 'usr', etc.

Fixed

  • Adjust restacking commit selection to avoid picking up extraneous commits.
  • branch submit: Don't truncate PR bodies longer than 400 characters.
  • branch edit: Fix not surfacing the editor to the user.

v0.1.0-alpha3

23 May 05:12
c6c96f6
Compare
Choose a tag to compare
v0.1.0-alpha3 Pre-release
Pre-release

Changed

  • branch delete: Report hash of deleted branch. Use this to recover the deleted branch before the next git gc.
  • Rename 'gs complete' to 'gs completion'.

Fixed

  • repo sync: Fix deleting merged branches after a manual 'git pull'.

v0.1.0-alpha2

23 May 04:04
e2b9d54
Compare
Choose a tag to compare
v0.1.0-alpha2 Pre-release
Pre-release

Fixed

  • branch submit: Fix default PR title and body for branches with multiple commits.
  • repo sync: Delete remote tracking branches for merged PRs.

v0.1.0-alpha1

23 May 01:05
86836b3
Compare
Choose a tag to compare
v0.1.0-alpha1 Pre-release
Pre-release

Initial alpha release.