tummychow / git-absorb

git commit --fixup, but automatic
https://crates.io/crates/git-absorb
BSD 3-Clause "New" or "Revised" License
3.35k stars 59 forks source link

rebase: add `--autostash` arg to perform rebase even if uncommitted changes left #100

Closed kiprasmel closed 6 months ago

kiprasmel commented 6 months ago

if user has uncommitted changes left, don't prevent them from performing the rebase.

tummychow commented 6 months ago

should be fine since the autostash would always reapply cleanly... ideally we could fuzz that, but there's nowhere near enough test helpers to insist on it