Releases: drewdeponte/git-ps-rs
Releases · drewdeponte/git-ps-rs
3.5.0
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
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
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
Added
- support for GPG commit signing
3.1.1
Fixed
- bug where pull command was losing commits
3.1.0
Added
- bash & zsh completion scription generation to build process
3.0.1
Fixed
- error that was incorrectly being return about incorrect number of commits
3.0.0
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 torequest-review-branch
Fixed
- bug
int -f
would incorrectly fail out on patches without a ps-id
Removed
- the
branch
commands shortnamebr
2.0.0
Initial release of git-ps-rs.