From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Seymour Subject: Re: rebase -p loses amended changes Date: Thu, 5 Apr 2012 09:05:16 +1000 Message-ID: References: <592E2EEC-6CBA-48D6-8D44-34A971DD78EC@gmail.com> <87fwcpun95.fsf@thomas.inf.ethz.ch> <4F7BEA9F.3060805@viscovery.net> <7vpqbna0cd.fsf@alter.siamese.dyndns.org> <7viphf8cqh.fsf@alter.siamese.dyndns.org> <7vlimb6r37.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Johannes Sixt , Phil Hord , J Robert Ray , Thomas Rast , "git@vger.kernel.org" To: Junio C Hamano X-From: git-owner@vger.kernel.org Thu Apr 05 01:05:28 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SFZGV-0005wq-CB for gcvg-git-2@plane.gmane.org; Thu, 05 Apr 2012 01:05:23 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757279Ab2DDXFT convert rfc822-to-quoted-printable (ORCPT ); Wed, 4 Apr 2012 19:05:19 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:41043 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757211Ab2DDXFS convert rfc822-to-8bit (ORCPT ); Wed, 4 Apr 2012 19:05:18 -0400 Received: by wibhj6 with SMTP id hj6so1041157wib.1 for ; Wed, 04 Apr 2012 16:05:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=cD0m2QuWFeqp2ERL9erV4tK+NdSBX5r2Bh8F5voaDJ0=; b=MTcdcLxRWIZj572SXzXCNVKfa4xFGSXkz6Sgg4PKi49wXv0wNRjB7Nf+1TrhjxafU2 svfMo9z36jEXIs+0JVtWVey3QZS4lkXmDttcSbqXQuR+rj6u6Vo4yNtgfUZEbtD8oXTi pIvHsPRfGJ98k5qIJeGIQSKN1ni2xI2r/eTwT7y8uZY054P6OPMrv5AZ3YUVfBmGrB71 RAX0Oh+j2mJW3mToQS90Ry3jzXuxuwW7nZCLchzl0yWfn18wrmMnYW8APrHVmgsvFze/ s6zGWwRPBJ1HIupjFkwNmi/iv2P63gafhlBBScnKTqxJj1I0GB/Dj8qOzeA0PcmY13NG 6w1w== Received: by 10.216.131.154 with SMTP id m26mr175472wei.91.1333580716629; Wed, 04 Apr 2012 16:05:16 -0700 (PDT) Received: by 10.180.82.35 with HTTP; Wed, 4 Apr 2012 16:05:16 -0700 (PDT) In-Reply-To: <7vlimb6r37.fsf@alter.siamese.dyndns.org> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Thu, Apr 5, 2012 at 8:59 AM, Junio C Hamano wrot= e: > Jon Seymour writes: > >> Are there any flaws, I wonder? > > It all depends on how close the base is to M^1. =C2=A0The difference = might make > it unnecessary (or even more necessary) to do any evil merge. True. I guess it is still true there are no perfect solutions in this area. This does seem like a step in a better direction, though. jon.