From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: email address handling Date: Fri, 1 Aug 2008 13:14:33 -0700 Message-ID: <20080801131433.de5d06cc.akpm@linux-foundation.org> References: <20080731194042.a1534b4d.akpm@linux-foundation.org> <20080801124550.26b9efc0.akpm@linux-foundation.org> <7viquksdyn.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: torvalds@linux-foundation.org, git@vger.kernel.org To: Junio C Hamano X-From: git-owner@vger.kernel.org Fri Aug 01 22:16:45 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KP137-0006az-4D for gcvg-git-2@gmane.org; Fri, 01 Aug 2008 22:16:29 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754751AbYHAUP1 (ORCPT ); Fri, 1 Aug 2008 16:15:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753507AbYHAUP1 (ORCPT ); Fri, 1 Aug 2008 16:15:27 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:41934 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751934AbYHAUP0 (ORCPT ); Fri, 1 Aug 2008 16:15:26 -0400 Received: from imap1.linux-foundation.org (imap1.linux-foundation.org [140.211.169.55]) by smtp1.linux-foundation.org (8.14.2/8.13.5/Debian-3ubuntu1.1) with ESMTP id m71KEXGO031702 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 1 Aug 2008 13:14:34 -0700 Received: from akpm.corp.google.com (localhost [127.0.0.1]) by imap1.linux-foundation.org (8.13.5.20060308/8.13.5/Debian-3ubuntu1.1) with SMTP id m71KEXQl000850; Fri, 1 Aug 2008 13:14:33 -0700 In-Reply-To: <7viquksdyn.fsf@gitster.siamese.dyndns.org> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) X-Spam-Status: No, hits=-2.824 required=5 tests=AWL,BAYES_00 X-Spam-Checker-Version: SpamAssassin 3.2.4-osdl_revision__1.47__ X-MIMEDefang-Filter: lf$Revision: 1.188 $ X-Scanned-By: MIMEDefang 2.63 on 140.211.169.13 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Fri, 01 Aug 2008 13:00:16 -0700 Junio C Hamano wrote: > Andrew Morton writes: > > > On Fri, 1 Aug 2008 12:34:58 -0700 (PDT) > > Linus Torvalds wrote: > > > >> And Andrew, this is true of Signed-off-by: lines too, btw. If you actually > >> want to send emails to them, _then_ you need to add quotes to follow the > >> email rules. > > > > That's how I noticed it - copied, pasted, MTA barfed. > > > > Converting a usable name+email-address into an unusable one seems ... unuseful. > > Name is used not just for pasting into your MUA. For example, if your > shortlog output showed this, it would be "funny looking": > > "Zhang, Rui" (4): > ... > > Andrew Morton (20): > ... > ... yep. That'd be a git-shortlog bug :) I really don't care about this much!