gitext-rs / git-stack

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

fix(amend): Don't drop commits after target #280

Closed epage closed 1 year ago

epage commented 1 year ago

When amending a non-HEAD commit, we dropped all of the commits after it as we accidentally moved the branch to point to the fixup target.