From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: Please make git-am handle \r\n-damaged patches Date: Mon, 03 Aug 2009 15:13:17 -0700 Message-ID: <4A7760FD.8020705@zytor.com> References: <4A7735B0.2040703@zytor.com> <7vocqw8u0x.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Git Mailing List To: Junio C Hamano X-From: git-owner@vger.kernel.org Tue Aug 04 00:13:27 2009 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 1MY5mY-0007LN-1L for gcvg-git-2@gmane.org; Tue, 04 Aug 2009 00:13:26 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932193AbZHCWNU (ORCPT ); Mon, 3 Aug 2009 18:13:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754798AbZHCWNU (ORCPT ); Mon, 3 Aug 2009 18:13:20 -0400 Received: from terminus.zytor.com ([198.137.202.10]:47132 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754158AbZHCWNT (ORCPT ); Mon, 3 Aug 2009 18:13:19 -0400 Received: from anacreon.sc.intel.com (hpa@localhost [127.0.0.1]) (authenticated bits=0) by terminus.zytor.com (8.14.3/8.14.1) with ESMTP id n73MDICx012484 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Mon, 3 Aug 2009 15:13:18 -0700 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Thunderbird/3.0b2 In-Reply-To: <7vocqw8u0x.fsf@alter.siamese.dyndns.org> X-Virus-Scanned: ClamAV 0.94.2/9648/Mon Aug 3 06:27:08 2009 on terminus.zytor.com X-Virus-Status: Clean Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 08/03/2009 02:30 PM, Junio C Hamano wrote: > "H. Peter Anvin" writes: > >> In a serious case of craniorectal immersion, the Thunderbird developers >> have started using \r\n line endings on saved emails: >> >> https://bugzilla.mozilla.org/show_bug.cgi?id=503271 >> https://bugzilla.mozilla.org/show_bug.cgi?id=507530 >> >> It would be nice if git-am could handle this case automatically. > > Perhaps > > $ dos2unix *.eml | git am > Yes, that's what they suggested, too. Like I need an extra step in my patch process. -hpa