From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753343AbcE3FXM (ORCPT ); Mon, 30 May 2016 01:23:12 -0400 Received: from ipmail05.adl6.internode.on.net ([150.101.137.143]:15596 "EHLO ipmail05.adl6.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751151AbcE3FXK (ORCPT ); Mon, 30 May 2016 01:23:10 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2BxEABSzUtXLf0/LHlcgzxWfYJ1g3meTgwBAQEBAQEGjCWFeIQWGoVxAgIBAQKBJTwRAQEBAQEBAQYBAQEBAUABQIRFAQEBAwE6HCMFCwgDGAklDwUlAwcaE4gnB7srAQsBJB6FQYUVhCoJhW8FmDeGAIVlgjGCCo0cj0w2hCsqModJgUMBAQE Date: Mon, 30 May 2016 15:23:06 +1000 From: Dave Chinner To: Linus Torvalds Cc: Andrew Morton , Linux Kernel Mailing List Subject: Re: [GIT PULL] xfs: updates for 4.7-rc1 Message-ID: <20160530052306.GN26977@dastard> References: <20160526061317.GH26977@dastard> <20160527001314.GI26977@dastard> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 26, 2016 at 07:05:11PM -0700, Linus Torvalds wrote: > On Thu, May 26, 2016 at 5:13 PM, Dave Chinner wrote: > > On Thu, May 26, 2016 at 10:19:13AM -0700, Linus Torvalds wrote: > >> > >> i'm ok with the late branches, it's not like xfs has been a problem spot. > > > > Still, I'll try to avoid them because it reduces testing time. > > Oh, 100% agreed. I'm just saying that you get a pass because you've > historically been very reliable. > > >> Your pull request mentions the 'for-next' branch, but I think you > >> *meant* to send me the "xfs-for-linus-4.7-rc1" tag which points to the > >> same commit and has your summary in it. > > > > > > > > Mea culpa. I ran this command after creating the tag: > > > > $ git request-pull v4.6 git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git tags/xfs-for-linus-4.7-rc1 > ~/tmp/t.txt > > > > And I didn't check the output closely enough. I forgot to push the > > tag to the upstream repo before running request-pull. > > > > Git often makes it very easy to make mistakes whilst simultaneously > > making it hard to notice you've made a mistake. :( > > Actually, that one got fixed in git quite some time ago. > > You probably have a fairly old version of git, which had the "helpful" > logic to pick another remote location if it couldn't find the exact > one you had specified, but it could find another one that matched in > content Ah, unlike my workstation which is running 2.8.3, the server I host my all my internal network services (including staging trees) is running.... > Do you perhaps happen to run something like debian-stable or similar > that never upgrades major versions, so you're still at git-1.x? ... debian stable. Given the only thing I do manually in those staging trees is tag commits, push branches to kernel.org, and run "git request-pull" I hadn't noticed that I was still on an old git. > Building your own git is trivial, and a "make install" will just > install in your ~/bin directory so you don't even have to > uninstall the system one (assuming you have your own ~/bin before > /usr/bin in the path, of course). *nod* But it's far easier just to do 'apt-get install git/testing' and have 2.8.1 installed 15s later.... :P Cheers, Dave. -- Dave Chinner david@fromorbit.com