Idea for rebase strategy
From: Johannes Schindelin <hidden>
Date: 2016-08-11 20:40:24
From: Johannes Schindelin <hidden>
Date: 2016-08-11 20:40:24
Hi, an idea hit me today: maybe we can make rebase work nicely with merges after all. We could record the original branch point and the new branch point for rebases. If this information is somehow accessible when doing a merge, git could check if the old branch point is reachable from the current HEAD, but not the new branch point, and if both are the case, rebase the changes since the old branch point on top of the new branch point before trying to merge. Does this sound too far-fetched? Ciao, Dscho