drewdeponte / git-ps-rs

Official git-ps Rust implementation - the future of git-ps
https://git-ps.sh
MIT License
78 stars 8 forks source link

gps ls during a rebase should display the log so far rather than completed todos #280

Closed Alizter closed 9 months ago

Alizter commented 9 months ago

As I understand it. gps ls will be showing the completed todos and the todo todos when using it during a rebase. I suggest that we instead show the patch index so far with their indexes.

Something like:

0   afafafaf commit 1
1   bdbdbdbd commit 2
Rebase in progress, remaining todos:
pick efefefef commit 3
edit edededed commit 4