From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.linux-foundation.org (smtp1.linux-foundation.org [140.211.169.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.linux-foundation.org", Issuer "CA Cert Signing Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 7EF87DDF10 for ; Sat, 26 Jul 2008 10:41:28 +1000 (EST) Date: Fri, 25 Jul 2008 17:38:23 -0700 (PDT) From: Linus Torvalds To: Benjamin Herrenschmidt Subject: Re: [git pull] Please pull from powerpc.git merge branch In-Reply-To: <1217027473.11188.120.camel@pasglop> Message-ID: References: <1217027473.11188.120.camel@pasglop> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Cc: linuxppc-dev list , akpm , Linux Kernel list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, 26 Jul 2008, Benjamin Herrenschmidt wrote: > > Please pull from: >  > git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git merge What odd character do you have there before the 'git://' and why? It cuts-and-pastes into some whitespace that isn't space, and that the shell thus makes part of that word when parsing. It seems to be U+FEFF, which is "zero-width non-break space", but what the heck is the point of that kind of garbage in email? Is this some new way for Evolution to screw up? Linus