All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
Generated by Git Changelog, an open source project brought to you by UpTech Works, LLC. A consultancy that partners with companies to help build, launch, and refine their products.
1.1.1 - 2021-10-22
1.1.0 - 2021-09-30
- rr to cleanup created branch & checkout original branch on failure
- bug where rr+ status was incorrectly shown rebasing with GPG signatures
- bug where rr status would appear even when rr failed
1.0.0 - 2021-09-20
git-ps co <patch-index>
subcommand
- to bypass commit hooks when modifying commit messages
rr+
statuses to properly indicate change after request review
0.7.1 - 2021-06-09
- added missing help for request review of patch series
0.7.0 - 2021-06-09
- ability to request review of a series of patches
- -h/--help options to show, rr, & pub subcommands
- subcommand specific help messages
- the cli argument parser to be more robust
0.6.0 - 2021-02-17
- -k option to git ps pub to facilitate keeping the remote branch
- bug with git ps pub -f cli parsing
0.5.0 - 2020-12-10
- support for patch stack on all branches with upstreams
- ability to specify explicit baseBranch in rr & pub
0.4.0 - 2020-09-18
- explicit branch name & base branch options to the pub command
0.3.4 - 2020-09-18
- bug causing git-ps to fail on git cmds that required config on some systems
0.3.3 - 2020-09-11
- ability to specify branch name to use for review request
- ability to specify base branch to use for review request
- logging for the request review branch sha-1
0.3.2 - 2020-05-04
- Fixes a crash with creating an NSRange to fetch the patch-stack id
0.3.1 - 2020-04-25
- internal command execution to be faster
- issue where commands with large output would hang