From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.osdl.org (smtp.osdl.org [65.172.181.24]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "smtp.osdl.org", Issuer "CA Cert Signing Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTP id A1E67DDED8 for ; Fri, 30 Mar 2007 06:15:19 +1000 (EST) Date: Thu, 29 Mar 2007 13:14:36 -0700 (PDT) From: Linus Torvalds To: Kumar Gala Subject: Re: Please pull from 'for_linus' branch In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org, Paul Mackerras , linux-kernel@vger.kernel.org, Timur Tabi List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 29 Mar 2007, Kumar Gala wrote: > > Please pull from 'for_linus' branch of > master.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git Please don't do this to me. - give a valid URL! You could have either added a "ssh://" to before that string, or used a colon between the hostname and the path, but the URL you quoted is broken. - put the branch-name after the URL on the same line, so that I can cut-and-paste them together rather than separately (and so that I don't miss the fact that it wasn't the default branch) IOW, it should have said Please pull from the 'for_linus' branch at master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git for_linus or something similar. Thanks from your anal and grumpy kernel maintainer, Linus