login
Header Space

 
 

Idea for rebase strategy

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Date: Sunday, November 26, 2006 - 8:15 pm

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

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Idea for rebase strategy, Johannes Schindelin, (Sun Nov 26, 8:15 pm)
Re: Idea for rebase strategy, Junio C Hamano, (Mon Nov 27, 4:33 am)
Re: Idea for rebase strategy, Johannes Schindelin, (Mon Nov 27, 7:40 pm)
Re: Idea for rebase strategy, Andy Whitcroft, (Mon Nov 27, 5:02 am)
Re: Idea for rebase strategy, Junio C Hamano, (Mon Nov 27, 5:26 am)
speck-geostationary