From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.176.0/21 X-Spam-Status: No, score=-3.4 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MSGID_FROM_MTA_HEADER,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 From: "Catalin Marinas" Subject: Re: [PATCH] Allow hand-editing of patches before sending Date: Fri, 3 Nov 2006 13:25:36 +0000 Message-ID: References: <20061101090046.1107.81105.stgit@localhost> <20061102113631.GA30507@diana.vm.bytemark.co.uk> <20061103095859.GC16721@diana.vm.bytemark.co.uk> <20061103130259.GA20611@diana.vm.bytemark.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE NNTP-Posting-Date: Fri, 3 Nov 2006 13:26:39 +0000 (UTC) Cc: git@vger.kernel.org Return-path: Envelope-to: gcvg-git@gmane.org DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XOkzaVSMnfMAvVab3zc1ktnLwDmLreTUeosli7I8ZpYEUD1LMTBPefPjVGZYZyJrzEGmby4CWcfr1Ka+Oe0LyaZHQ/FNmkS5evuO+AW1VTuZyqaOkM3bn2CiDGmLbTv2rEAg/HLQzKPjTlFRP1R4EX7/+pKqLJxXWGdUi+w86LQ= In-Reply-To: <20061103130259.GA20611@diana.vm.bytemark.co.uk> Content-Disposition: inline Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gfz3F-000261-4d for gcvg-git@gmane.org; Fri, 03 Nov 2006 14:25:41 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752974AbWKCNZi convert rfc822-to-quoted-printable (ORCPT ); Fri, 3 Nov 2006 08:25:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752977AbWKCNZi (ORCPT ); Fri, 3 Nov 2006 08:25:38 -0500 Received: from nz-out-0102.google.com ([64.233.162.200]:45429 "EHLO nz-out-0102.google.com") by vger.kernel.org with ESMTP id S1752974AbWKCNZh convert rfc822-to-8bit (ORCPT ); Fri, 3 Nov 2006 08:25:37 -0500 Received: by nz-out-0102.google.com with SMTP id z3so360050nzf for ; Fri, 03 Nov 2006 05:25:36 -0800 (PST) Received: by 10.35.109.2 with SMTP id l2mr3306473pym.1162560336392; Fri, 03 Nov 2006 05:25:36 -0800 (PST) Received: by 10.35.77.5 with HTTP; Fri, 3 Nov 2006 05:25:31 -0800 (PST) To: "=?ISO-8859-1?Q?Karl_Hasselstr=F6m?=" Sender: git-owner@vger.kernel.org On 03/11/06, Karl Hasselstr=F6m wrote: > Mail encoding and decoding isn't my idea of fun -- I just want it to = not break. I understand this and I think we should get this fixed. In the meantime, you can always run git-format-patch/git-send-email on the StGIT patches (the id would be "patches//"). On my side I just run git-am and "stg uncommit" or "assimilate". --=20