Releases: drewdeponte/git-ps-rs
Releases · drewdeponte/git-ps-rs
6.6.0
Added
branch.push_to_remote
configuration option- isolation verification to the branch command
- push to remote feature to branch command
- branch name generation to the gps branch command
Changed
- isolate command to support patch or patch series
6.5.0
Changed
- branch command to forcibly create branches
6.4.0
Added
- gps batch-request-review command
- --no-edit option to the gps a command
- option to reverse patch stack order
- optional extra info hook execution to the list command
Fixed
- bug where add_ps_id() was incorrectly rebasing patches on top of updated stack bases (e.g. origin/main)
6.3.1
Fixed
- bug causing integrate patch behind check to not always be correct
6.3.0
Added
- integrated commit's sha as the first argument to the
integrate_post_push
hook
6.2.0
Added
integrate_post_push
hook support
6.1.0
Added
- isolate_post_cleanup hook execution to the isolate command
Changed
- isolate hook warning message to use gps book's hooks chapter url
6.0.0
Added
- the upstream-patches plumbing command
- the fetch command to fetch changes & display upstream patches
- config option to control fetch disiplaying upstream patches
Changed
- the pull command to use new fetch command, in turn displaying upstream patches
- output of pull command to clearly show commands and their output
- integrate's isolate verification to run after all other verifications
- updated integration confirmation prompt to reflect the shortened answer
5.4.0
Added
- pulling after integrating with user configuration
- configuration option to pull after integration
5.3.1
Fixed
- requested review patch status not updating on sync