git-ps icon indicating copy to clipboard operation
git-ps copied to clipboard

Patch Stack workflow CLI extension for Git

Results 11 git-ps issues
Sort by recently updated
recently updated
newest added

I was able to `pub` a patch without it having an obvious corresponding review. I had two patches, where patch id 1 had a review requested. I meant to publish...

bug

I'm not sure if it's just my instance, but when I'm requesting large ranges it seems that `git ps rr` is slow. It would be interesting if it could maintain...

To fix this we should change the implementation of `commitHashContent(ref:)` to instead of filtering content out of `getShowNoColor()` instead implement something to use the following: ``` git show --no-color --pretty="tformat:author...

The `rr+` state was intended to mean that you had made changes to that patch since you last requested review of it. This was intended to be an indicator vs...

Ideally what I am thinking is something like the following: ``` git ps create ``` where `` would be the reference it would base the patch stack on. Maybe this...

Would be nice if rebase / pull were more verbose, like showing a list of upstream changes like git pull. I like to see if certain files changed, like package.json...

This would be helpful to show if any commits were added. But it would especially be helpful because I encountered a situation where git was waiting on my ssh key...