Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754213Ab2EWQlR (ORCPT ); Wed, 23 May 2012 12:41:17 -0400 Received: from mail-we0-f174.google.com ([74.125.82.174]:40165 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752094Ab2EWQlP convert rfc822-to-8bit (ORCPT ); Wed, 23 May 2012 12:41:15 -0400 MIME-Version: 1.0 In-Reply-To: References: <20120521170539.GA13635@google.com> Date: Wed, 23 May 2012 09:41:13 -0700 Message-ID: Subject: Re: [GIT PULL] PCI updates for 3.5 merge window From: Tony Luck To: Linus Torvalds Cc: Bjorn Helgaas , linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1233 Lines: 32 On Mon, May 21, 2012 at 4:26 PM, Linus Torvalds wrote: > Looks fine, except please actually mention the tag itself on the repo > pull line. IOW, not like this: > >> ?git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next > > but simply > > ?git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-for-3.5 git request-pull seems to look for branches before tags when generating this text. It just did exactly the same thing for me (since the tag I created also pointed to my "next" branch). This would seem to be the common case for people following the rules and sending you stuff in the merge window that they have had cooking in linux-next. Can "request-pull" be smarter - or is their some magic I should be using on the "git request-pull" command line that will tell it that I really mean the tag and not the branch? Or is "smarter" already in a newer version of git - I have: $ git --version git version 1.7.9.5 -Tony -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/