git rebase / history rewrite
git rebase / history rewrite
Posted Feb 16, 2026 10:10 UTC (Mon) by taladar (subscriber, #68407)In reply to: git rebase / history rewrite by marcH
Parent article: Evolving Git for the next decade
The documentation from that article for jj absorb reads
> This command splits changes in the source revision and moves each change to the closest mutable ancestor where the corresponding lines were modified last. If the destination revision cannot be determined unambiguously, the change will be left in the source revision.
which seems heuristic and unreliable to be honest, in particular to keep related changes together in the same commit.
