From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] Use =20 when rfc2047 encoding spaces. Date: Sat, 02 Jun 2007 11:58:36 -0700 Message-ID: <7v8xb2qj37.fsf@assigned-by-dhcp.cox.net> References: <11807320922292-git-send-email-hoegsberg@gmail.com> <7vd50eqjef.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: git@vger.kernel.org To: Kristian =?utf-8?Q?H=C3=B8gsberg?= X-From: git-owner@vger.kernel.org Sat Jun 02 20:59:20 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1HuYon-0001nE-4u for gcvg-git@gmane.org; Sat, 02 Jun 2007 20:59:17 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762649AbXFBS6j convert rfc822-to-quoted-printable (ORCPT ); Sat, 2 Jun 2007 14:58:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757441AbXFBS6j (ORCPT ); Sat, 2 Jun 2007 14:58:39 -0400 Received: from fed1rmmtao101.cox.net ([68.230.241.45]:62719 "EHLO fed1rmmtao101.cox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762649AbXFBS6i convert rfc822-to-8bit (ORCPT ); Sat, 2 Jun 2007 14:58:38 -0400 Received: from fed1rmimpo01.cox.net ([70.169.32.71]) by fed1rmmtao101.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070602185838.VRL22318.fed1rmmtao101.cox.net@fed1rmimpo01.cox.net>; Sat, 2 Jun 2007 14:58:38 -0400 Received: from assigned-by-dhcp.cox.net ([68.5.247.80]) by fed1rmimpo01.cox.net with bizsmtp id 6iyd1X0061kojtg0000000; Sat, 02 Jun 2007 14:58:37 -0400 In-Reply-To: <7vd50eqjef.fsf@assigned-by-dhcp.cox.net> (Junio C. Hamano's message of "Sat, 02 Jun 2007 11:51:52 -0700") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Junio C Hamano writes: > Kristian H=C3=B8gsberg writes: > >> Encode ' ' using '=3D20' even though rfc2047 allows using '_' for >> readability.. > > Thanks. > > Your message was marked as iso-8859-1 even though it was utf-8 > (your signed-off-by line), so I'll fix it up with your From: > header. Oh, another thing. Before you submit a patch, make sure the whole testsuite in t/ passes by running "make test".