Re: [PATCH] Adding rebase merge strategy

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Tom Clarke
Date: Monday, October 1, 2007 - 2:41 pm

On 10/1/07, Junio C Hamano <gitster@pobox.com> wrote:

Thanks for the ample feedback, you raise a number of interesting
issues. I am wondering now if making rebase a merge strategy is really
a good idea. Rebasing is not merging, a difference that could perhaps
be overlooked in the no-conflict scenario, but as you point out, is
glaringly obvious as soon as you have conflicts.

I'm happy to try to address the issues you raised, but I wonder if we
would do better to look back at my original proposal which was to add
a --rebase option to git-pull. git-pull is the main place there I see
need for using a rebase instead of a merge, as anywhere where you
might use git-merge directly, if what you really want is a rebase, you
can just run git-rebase.

-Tom
-
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:
[PATCH] Adding rebase merge strategy, Tom Clarke, (Fri Sep 28, 9:15 am)
Re: [PATCH] Adding rebase merge strategy, Johannes Schindelin, (Fri Sep 28, 10:03 am)
Re: [PATCH] Adding rebase merge strategy, Tom Clarke, (Fri Sep 28, 10:18 am)
[PATCH] Adding rebase merge strategy, Tom Clarke, (Mon Oct 1, 8:08 am)
Re: [PATCH] Adding rebase merge strategy, Johannes Schindelin, (Mon Oct 1, 8:50 am)
Re: [PATCH] Adding rebase merge strategy, Junio C Hamano, (Mon Oct 1, 2:01 pm)
Re: [PATCH] Adding rebase merge strategy, Tom Clarke, (Mon Oct 1, 2:41 pm)
Re: [PATCH] Adding rebase merge strategy, Carl Worth, (Mon Oct 1, 3:17 pm)
Re: [PATCH] Adding rebase merge strategy, Tom Clarke, (Mon Oct 1, 3:21 pm)
Re: [PATCH] Adding rebase merge strategy, Junio C Hamano, (Mon Oct 1, 3:28 pm)
Re: [PATCH] Adding rebase merge strategy, Shawn O. Pearce, (Mon Oct 1, 3:30 pm)
Re: [PATCH] Adding rebase merge strategy, Carl Worth, (Mon Oct 1, 3:53 pm)
Re: [PATCH] Adding rebase merge strategy, J. Bruce Fields, (Mon Oct 1, 4:09 pm)
Re: [PATCH] Adding rebase merge strategy, Junio C Hamano, (Mon Oct 1, 4:11 pm)
Re: [PATCH] Adding rebase merge strategy, Johannes Schindelin, (Tue Oct 2, 3:00 am)
Re: [PATCH] Adding rebase merge strategy, Tom Clarke, (Tue Oct 2, 3:29 am)
Re: [PATCH] Adding rebase merge strategy, Junio C Hamano, (Tue Oct 2, 11:40 am)
Re: [PATCH] Adding rebase merge strategy, Tom Clarke, (Wed Oct 3, 7:11 am)
Re: [PATCH] Adding rebase merge strategy, Johannes Schindelin, (Wed Oct 3, 8:54 am)