abhinav / git-spice

Manage stacked Git branches
https://abhinav.github.io/git-spice/
GNU General Public License v3.0
220 stars 11 forks source link

submit: Navigation comment: Include merged PRs #331

Open abhinav opened 2 months ago

abhinav commented 2 months ago

Navigation comment posted by submit commands drops a merged branches from upstack branch comments when they're updated. That is, given main -> A -> B -> C, when A merges, the comments for B and C drop A from their listing.

Ideally, we can leave A and other merged PRs in the navigation comment when we restack and submit B and C.

Blocks #314 Blocks #31