gitext-rs / git-stack

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

Applying a fixup squashes all the commits before it #137

Closed epage closed 2 years ago

epage commented 2 years ago

Description

My commits between the fixup target and the fixup were squashed

Version

0.4.7

Steps to reproduce

Actual Behaviour

There is now only 1 commit

Expected Behaviour

There are two commits with the fixup squashed into the first

Debug Output

No response