gitext-rs / git-stack

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

fix(stack): Don't panic when `--onto <sha>` #305

Closed epage closed 1 year ago

epage commented 1 year ago

This fixes the panic from #303, exposing the other issue of branches getting messed up. This fixes one aspect (rebasing onto onto onto). This still leaves main being moved.

Fixes #303