Hacker News new | ask | show | jobs
by Ballantara 3198 days ago
It sounds like rebasing this way ensures branches will not overlap at merge time. This presumably pushes the "combination of changes" into the rebased-before-merging branch, which (if nothing else) makes sure that one committer owns the bug, not two.
1 comments

In case of merge that would be merge commit author.