Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757233AbdIHW0B (ORCPT ); Fri, 8 Sep 2017 18:26:01 -0400 Received: from mail-it0-f54.google.com ([209.85.214.54]:37031 "EHLO mail-it0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752952AbdIHWZ7 (ORCPT ); Fri, 8 Sep 2017 18:25:59 -0400 X-Google-Smtp-Source: AOwi7QB5ERXz2zLWSSyoHq8dobLeeWayYA36QXXaEFJqmOU57TmL9UZjaoHMnbp0T/LvLy36iR0ywz6NHQN/baZZEi0= MIME-Version: 1.0 In-Reply-To: <20170908143056.GA14724@flask> References: <20170908143056.GA14724@flask> From: Linus Torvalds Date: Fri, 8 Sep 2017 15:25:58 -0700 X-Google-Sender-Auth: RcDBH6yxvwEOWNiagg9V38hHtlc Message-ID: Subject: Re: [GIT PULL] First batch of KVM changes for v4.14 To: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= Cc: Paolo Bonzini , Linux Kernel Mailing List , KVM list Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by nfs id v88MQ6sr017489 Content-Length: 1256 Lines: 29 On Fri, Sep 8, 2017 at 7:30 AM, Radim Krčmář wrote: > > Topic branch merges in s390 and powerpc > are already in mainline -- would you prefer to see the expected result > after merge instead of what `git request-pull` produces? So generally, if you do the test-merge anyway (which I appreciate), I generally prefer the expected results instead of the raw `git request-pull` output. But it's also definitely not a hard requirement. Basically, the rough guidance is that "git request-pull is sufficient". And if you are not a git power-user (ie you don't use lots of branches, and there aren't any shared topic branches with other trees), git request-pull will simply always be the right thing anyway. For maintainers that _are_ doing fancier things with git, and are sharing branches and doing their own complex git history, "git request-pull" is the simple interface - and is generally _too_ simple. So then I _hope_ (but do not require) that such maintainers will do the test-merge anyway for other reasons, and take the diffstat from that instead, since the simple "git request-pull" model won't necessarily give the right diffstat for the more complex history case. So it's appreciated, but not required. Linus