Skip to content

Releases: drewdeponte/git-ps-rs

3.5.0

11 May 00:07
3.5.0
137b491
Compare
Choose a tag to compare

Added

  • the add command to the command line interface
  • status command to the command line interface
  • amend-patch (a) command to the command line interface
  • create-patch (c) command to the cli

Fixed

  • isolate commands help messaging to clarify how to get back to stack

3.4.0

11 May 00:08
3.4.0
4b48d18
Compare
Choose a tag to compare

Added

  • configurable integration verification to the integrate command
  • configuration to enable listing patches at end of the pull command
  • configurable isolation verification to request review & integrate commands
  • uncommited changes check to start of isolate command

Changed

  • pull command to explicitly drop dup commits when rebasing

Fixed

  • bug where the isolate command wasn't cleaning up it's branch

3.3.0

11 May 00:09
3.3.0
6a09215
Compare
Choose a tag to compare

Added

  • isolate_post_checkout hook to the isolate command

Changed

  • non-forced integrate command to do a fetch before verification
  • integrate command to eliminate majority of divergent branch errors

3.2.0

11 May 00:09
3.2.0
584ae9e
Compare
Choose a tag to compare

Added

  • support for GPG commit signing

3.1.1

11 May 00:10
3.1.1
92a0e9e
Compare
Choose a tag to compare

Fixed

  • bug where pull command was losing commits

3.1.0

11 May 00:10
3.1.0
6be7401
Compare
Choose a tag to compare

Added

  • bash & zsh completion scription generation to build process

3.0.1

11 May 00:11
3.0.1
3bdfadd
Compare
Choose a tag to compare

Fixed

  • error that was incorrectly being return about incorrect number of commits

3.0.0

11 May 00:11
3.0.0
9e0b101
Compare
Choose a tag to compare

Added

  • request_review_post_sync hook support to request review command
  • branch command as a bridge from patch stack to git concepts

Changed

  • ps::branch() function name to ps::request_review_branch()
  • branch command name to request-review-branch

Fixed

  • bug int -f would incorrectly fail out on patches without a ps-id

Removed

  • the branch commands shortname br

2.0.0

11 May 00:12
2.0.0
6e800b2
Compare
Choose a tag to compare

Initial release of git-ps-rs.