From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932458AbeBLVoM (ORCPT ); Mon, 12 Feb 2018 16:44:12 -0500 Received: from mail-wr0-f193.google.com ([209.85.128.193]:39868 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932204AbeBLVoL (ORCPT ); Mon, 12 Feb 2018 16:44:11 -0500 X-Google-Smtp-Source: AH8x224EoGAsrZb2VmYeWwL9Xvhr1YW8rsDXw1vkHv1qSH+S5Yq2Tmct6GqBXcWCNKNgk7VvXK+AyA== From: Junio C Hamano To: Linus Torvalds Cc: Stephen Rothwell , Mauro Carvalho Chehab , Linux-Next Mailing List , Linux Kernel Mailing List , Git Mailing List Subject: Re: linux-next: unnecessary merge in the v4l-dvb tree References: <20180213080036.3bf3a908@canb.auug.org.au> Date: Mon, 12 Feb 2018 13:44:07 -0800 In-Reply-To: (Linus Torvalds's message of "Mon, 12 Feb 2018 13:37:04 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus Torvalds writes: > Maybe we could just tell people to have something like > > git config --global alias.update pull --ff-only > > and use that for "try to update to upstream". I guess our mails crossed. I admit that I indeed wondered why you were not giving your usual "downstream shouldn't do pointless pull from upstream" briefly but focused too much on how to tweak the default without thinking through. But I wonder why "update to upstream" is merging a signed tag in the first place. Wouldn't downstream's "try to keep up with" pull be grabbing from branch tips, not tags?