From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.176.0/21 X-Spam-Status: No, score=-3.5 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MSGID_FROM_MTA_HEADER,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 From: Linus Torvalds Subject: Re: Resolving conflicts Date: Fri, 1 Dec 2006 00:00:43 -0800 (PST) Message-ID: References: <456FD461.4080002@saville.com> <456FDF24.1070001@saville.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII NNTP-Posting-Date: Fri, 1 Dec 2006 08:01:02 +0000 (UTC) Cc: git Return-path: Envelope-to: gcvg-git@gmane.org In-Reply-To: X-MIMEDefang-Filter: osdl$Revision: 1.161 $ X-Scanned-By: MIMEDefang 2.36 Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gq3KF-0001rv-1x for gcvg-git@gmane.org; Fri, 01 Dec 2006 09:00:51 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967124AbWLAIAs (ORCPT ); Fri, 1 Dec 2006 03:00:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S967175AbWLAIAs (ORCPT ); Fri, 1 Dec 2006 03:00:48 -0500 Received: from smtp.osdl.org ([65.172.181.25]:16571 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S967124AbWLAIAr (ORCPT ); Fri, 1 Dec 2006 03:00:47 -0500 Received: from shell0.pdx.osdl.net (fw.osdl.org [65.172.181.6]) by smtp.osdl.org (8.12.8/8.12.8) with ESMTP id kB180ijQ011159 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 1 Dec 2006 00:00:44 -0800 Received: from localhost (shell0.pdx.osdl.net [10.9.0.31]) by shell0.pdx.osdl.net (8.13.1/8.11.6) with ESMTP id kB180ho7005660; Fri, 1 Dec 2006 00:00:43 -0800 To: Wink Saville Sender: git-owner@vger.kernel.org On Thu, 30 Nov 2006, Linus Torvalds wrote: > > No, kdiff3 probably doesn't have the same semantics, so better get the > "real" merge. It's almost certainly in the rcs package, so "emerge rcs" > should do it. ..and just to be safe, remove the symlink first, so that you don't end up overwriting the "kdiff3" binary by mistake when you install the real "merge". Not that I think emerge is quite that stupid a package manager, but anyway..