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

Official git-ps Rust implementation - the future of git-ps

Results 104 git-ps-rs issues
Sort by recently updated
recently updated
newest added

I was setting up a isolate_post_checkout but I didn't mark it is executable. The warning was helpful but it looks like the path has a double `//`. ``` /home/ali/dune//.git/git-ps/hooks/isolate_post_checkout but...

According to the [structopt repo](https://github.com/TeXitoi/structopt) the project is in maintenance mode and has been integrated into [clap](https://github.com/clap-rs/clap). We should perhaps think of migrating to that. clap has a number of...

It would be nice to allow doing something like `gps rebase --edit 2` where 2 is the patch index. Motivation: most often I know exactly what I want out of...

feature request

If you're in isolation and cancel something like a long build you'll be left on the `ps/tmp/isolate` branch. If you try to run something like `gps ls` while on this...

As a user of git ps, it would be nice to have an integrate option with a range when you're trying to push up multiple stacks. ie: `gps int 0-3`...

feature request

@RyanHedges and I had the following conversation in slack around this. Ryan Hedges Why does the isolate_post_checkout run on both rr and integrate? It seems like if it runs with...

We should add a feature to allow flipping a stack of patches, or a subset of a stack. Maybe something like `gps invert `. Would be valuable for developers working...

GitHub's command line tool has a nice format for their release notification. We should do something similar to provide the link to the release notes as well as provide instructions...

feature request

It would be nice to help spread awareness for git-ps even more so, since simply searching for `ps-id` on google does not yield any helpful results. Maybe simply changing to...

As discussed on slack, it might be nice to have `gps` autostash the dirty git tree when doing `git rr`. On the other hand, people should really be making WIP...

feature request