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

ps/tmp/isolate should be filtered from `gps ls` #295

Open Alizter opened 6 months ago

Alizter commented 6 months ago

When there are issues isolating, the ps/tmp/isolate branch gets left over. This shows up in the output of gps ls:

10   e0f75a4 get rid of isgraph_arrow                           ( ps/rr/get_rid_of_isgraph_arrow l*r* ps/tmp/isolate l* ) 
11   4e847b4 shorten terms in Group.v                           ()
drewdeponte commented 6 months ago

We probably should filter ps/tmp/isolate out of the branches in the gps ls command because it is a special temporary branch used behind the scenes and doesn't conceptually map to a formal patch series.

Alizter commented 6 months ago

Is ps/tmp/isolate being leftover the correct behaviour? If not, then simply making sure it is cleaned up would also work.