Git development
 help / color / mirror / Atom feed
* Idea for rebase strategy
@ 2006-11-27  0:15 Johannes Schindelin
  2006-11-27  8:33 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Johannes Schindelin @ 2006-11-27  0:15 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-11-27 23:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-27  0:15 Idea for rebase strategy Johannes Schindelin
2006-11-27  8:33 ` Junio C Hamano
2006-11-27  9:02   ` Andy Whitcroft
2006-11-27  9:26     ` Junio C Hamano
2006-11-27 23:40   ` Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox