From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754891Ab2IMPOc (ORCPT ); Thu, 13 Sep 2012 11:14:32 -0400 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:43180 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751773Ab2IMPOa (ORCPT ); Thu, 13 Sep 2012 11:14:30 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=hb3b5mcBDyj59tUhibX9gPcAh2DMpE/2 4hBt3HJzgAOBrSpfJIHW4vPow0VquYoPyA1ncDgMyGzjSSNknECYaVg4garac7Z3 GymtOzKRhyfsnFW/mzVvakulAr+HHbKHNqT/FvCsXOMLljZ9/U7u+DGCMRNGwqW0 Uv+h42P1RM4= From: Junio C Hamano To: Takashi Iwai Cc: Jeff King , Linus Torvalds , linux-kernel@vger.kernel.org, Git Mailing List Subject: Re: [GIT PULL] sound fixes for 3.6-rc6 References: <20120913130344.GC4287@sigill.intra.peff.net> Date: Thu, 13 Sep 2012 08:14:27 -0700 In-Reply-To: (Takashi Iwai's message of "Thu, 13 Sep 2012 15:25:47 +0200") Message-ID: <7vhar29cq4.fsf@alter.siamese.dyndns.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Pobox-Relay-ID: B6A39F74-FDB5-11E1-BAE0-BAB72E706CDE-77302942!b-pb-sasl-quonix.pobox.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Takashi Iwai writes: >> I can't reproduce here. What is your exact request-pull invocation? This question was not answerd. Did you ask request-pull to ask for a branch to be pulled, or did you ask it to ask for the tag to be pulled? If the former, I would have say it is a pebcak. Linus asked you to ask a signed tag to be pulled, and you want to have the tag to be pulled, but if you do not give "git request-pull" the tag but a branch that the tag points at, the command does not have a good reason to countermand your (apparent) wish that the branch is what is to be pulled. >> Is request-pull showing a warning like: >> >> warn: You locally have sound-3.6 but it does not (yet) >> warn: appear to be at git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git >> warn: Do you want to push it there, perhaps? > > Hm, it looks like the check is performed only for tag objects. > In the example below, no warning appears: > % git tag mytest for-next > % git request-pull mytest~ git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git mytest > > With an annotated or a signed tag, git seems giving a warning like > above, indeed. So my test seemed wrong. Sorry for the noise. OK.