mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-28 10:31:14 +00:00
I don't think we need --keep-emptied flag. IIRC, "jj squash" has that flag in order not to squash commit description to the destination commits. Since "jj absorb" never moves commit description, the source commit is preserved in that situation. Closes #5141