From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CD94DC433DF for ; Thu, 15 Oct 2020 11:17:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 81E7020776 for ; Thu, 15 Oct 2020 11:17:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727719AbgJOLRU (ORCPT ); Thu, 15 Oct 2020 07:17:20 -0400 Received: from 8bytes.org ([81.169.241.247]:51998 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725899AbgJOLRT (ORCPT ); Thu, 15 Oct 2020 07:17:19 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 26C4ADE1; Thu, 15 Oct 2020 13:17:18 +0200 (CEST) Date: Thu, 15 Oct 2020 13:17:12 +0200 From: Joerg Roedel To: Linus Torvalds Cc: Linux Kernel Mailing List , iommu Subject: Re: [git pull] IOMMU Updates for Linux v5.10 Message-ID: <20201015111711.GC3635@8bytes.org> References: <20201013160353.GA19438@8bytes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 14, 2020 at 12:15:55PM -0700, Linus Torvalds wrote: > As a result, "git show" doesn't ever really understand the notion of a > "merge conflict", and all it shows is really "whee, this end result > looks like neither side" as a kind of pseudo-conflict diff. Ah okay, that makes sense. Thanks for the explanation. > Anyway, thanks for the describing the conflict, it was indeed not > complicated, this email is just to explain your "but somehow git > [show|log] didn't show it to me" thing. Yeah, next time I try to get the diff before commiting the merge, that probably works better. A diff is better than describing conflict resolutions verbally. Regards, Joerg