This file is deprecated and is no longer used to keep track of our changelog entries. We have kept the file here for historical value.
We now use git-cl to manage our Changelog entries via commits.
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased - now
- explicit branch name & base branch options to the pub command
- bug preventing git cmds that used gitconfig from working on some systems
- ability to specify branch name to use for review request
- ability to specify base branch to use for review request
- issue where commands with large output would hang
- internal command execution to be faster
v0.3.0 - 2020-03-14
--help
&-h
flag to display usage information
v0.2.1 - 2020-02-26
- a bug where shell config output broke git-ps from finding git
- a bug where git-ps pull was hiding rebase errors
v0.2.0 - 2020-02-22
- displaying of git push output when requesting review of a patch
- state cleanse process to git-ps pull command to maintain performance
- published state to the git-ps ls command
- bug where pub/rr after publishing but not pulling would fail incorrectly
- bug where requested review with changes state wasn't being displayed in git-ps ls
- bug where couldn't request review of top most patch in stack
- bug preventing cherry pick commits failure output from appearing
v0.1.0 - 2020-02-21
git-ps ls
to list the stack of patchesgit-ps show <patch-index>
to show the patch diff and detailsgit-ps pull
to fetch the state of origin/master and rebase the stack of patches onto itgit-ps rebase
to interactive rebase the stack of patchesgit-ps rr <patch-index>
to request review of the patch or update existing request to reviewgit-ps pub <patch-index>
to publish a patch into upstream's mainline (aka origin/master)git-ps --version
to output the version of information for reference & bug reporting