gitext-rs / git-stack

Stacked branch management for Git
Apache License 2.0
508 stars 19 forks source link

fix(graph): Allow merging after marking protected #60

Closed epage closed 3 years ago

epage commented 3 years ago

When merging unique protected branch stacks when showing, we would insert new commits after all protected commits are marked, causing us to not mark the new ones as protected.

This propogates the protected status.