From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andr=E9_Goddard_Rosa?= Subject: Re: Problem with "From:" line on "git format-patch" generated patches Date: Tue, 3 Nov 2009 16:11:58 -0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Git Mailing List To: =?ISO-8859-1?Q?Santi_B=E9jar?= X-From: git-owner@vger.kernel.org Tue Nov 03 19:12:14 2009 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1N5NrV-0006VN-H6 for gcvg-git-2@lo.gmane.org; Tue, 03 Nov 2009 19:12:09 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754622AbZKCSL4 (ORCPT ); Tue, 3 Nov 2009 13:11:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754606AbZKCSL4 (ORCPT ); Tue, 3 Nov 2009 13:11:56 -0500 Received: from mail-vw0-f192.google.com ([209.85.212.192]:33180 "EHLO mail-vw0-f192.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754274AbZKCSLz (ORCPT ); Tue, 3 Nov 2009 13:11:55 -0500 Received: by vws30 with SMTP id 30so1675037vws.33 for ; Tue, 03 Nov 2009 10:11:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=SF0jUQd5fJaVQyhaxCutOX38LuyYzzvFU+TUpB+hdKk=; b=D1krgJNhQY769H67dN/SeDrMv2t6p4iz7PwFFWZaVcgs7TI/sfWTvadd/pPb9i3Ab5 gfCCUcRmJ/0060+PwE3eOm6mu23lWkwD6SwX44P/YooPkXuMO6LiRwHk1uNEK9JXkV/1 iQse5jnu+i61Yz70xmbtbfUBjYieus7SKDfbI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ZcMkJ54CKtodjYKVURNS4PJo8045VvCyaBfde/8PqM5/izSZg1yPQBFdLdRRY8qN6F tC9dCq1n8A79ycuHqL3xB/FVVqkC58JaH21iM+v8pPMSppbteY0Y2VnnTFp6187cqqj5 6w5UjF33KuZ/v/HKe2aGBlA0YxpHQjdi1B7zY= Received: by 10.220.122.144 with SMTP id l16mr334917vcr.78.1257271919083; Tue, 03 Nov 2009 10:11:59 -0800 (PST) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: > I'm not using any specific tool for inputting the git-format-patch, > but instead I'm sending the files generated by it through gmail as an > inlined patch in the email body. > > I like the convenience of format-patch for generating the patch files, > but in this case, formatting the header as rfc2047 is not necessary > and makes a funny/garbled output in my patch submission. > > Do you have a suggestion for my workflow? > I really would like continuing having the convenience of using a web access to my gmail for sending the patches, so I just need a way to format the patches which makes it easy submitting them later. I'd like to avoid using any other email client for that, if possible.