gitext-rs / git-stack

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

Creating a branch on top of another user's branch makes it no longer protected #231

Open epage opened 2 years ago

epage commented 2 years ago

Please complete the following tasks

Description

This came up in #230 and isn't good.

Version

v0.8.2

Steps to reproduce

Check out another users branch Create a branch on top of it

Actual Behaviour

The user's branch is no longer protected

Expected Behaviour

The branch is still protected but my own branch is not

Debug Output

No response