From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Packham Subject: [RFC PATCH 0/1] am: bug report and new patch format support Date: Wed, 3 Sep 2014 21:35:18 +1200 Message-ID: <1409736919-22341-1-git-send-email-judge.packham@gmail.com> To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Wed Sep 03 11:36:47 2014 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XP6zb-0008RE-Js for gcvg-git-2@plane.gmane.org; Wed, 03 Sep 2014 11:36:43 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755694AbaICJfe (ORCPT ); Wed, 3 Sep 2014 05:35:34 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:59114 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752994AbaICJfd (ORCPT ); Wed, 3 Sep 2014 05:35:33 -0400 Received: by mail-pa0-f46.google.com with SMTP id eu11so17022516pac.19 for ; Wed, 03 Sep 2014 02:35:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=ycMCQsQYPlcHkDp+5WqzgWXWlpx2T2GTDLkhjYFl6bI=; b=rHR0TO6LUuKagYYKAfpYmG89lsQx5gslhCCCaQvzOZED5OipnafW96yGlGqXN7rRm0 8NT/WjStZpL0XeAp9F0+OQBZdVBbUBa2/yedSaat+n3nbHKvtaO0hHDN15xezwgjv+8r M/CxsAEYb9buFcif+4nQM4MSGf1KnsDkA0Symy3/6rQbXbtkC88Z3fDKhBEMF4RPD+Xh mTjeK6KL9gwptomHWVaDMOeYw0pa1D48bc3FjJFOXh1SMLOmluSvYIlQpWOUwxXpDUE4 TwUuli/fTILOktzS7zhgSQz/K58XL/M2wFLZ2ORvHF+DkW1Bv8pxJBxe1gIz2f+pmLhl VLsQ== X-Received: by 10.70.53.138 with SMTP id b10mr53294692pdp.44.1409736929995; Wed, 03 Sep 2014 02:35:29 -0700 (PDT) Received: from chrisp3-dl.ws.atlnz.lc (2-163-36-202-static.alliedtelesis.co.nz. [202.36.163.2]) by mx.google.com with ESMTPSA id y4sm8733203pdm.1.2014.09.03.02.35.28 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 03 Sep 2014 02:35:29 -0700 (PDT) X-Mailer: git-send-email 1.7.9.5 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi List, When I first tried to apply a patch someone gave me I got the following errors. $ git am patch.patch tr: write error: Broken pipe tr: write error Patch format detection failed. The patch itself was generated from gitk and while I'd seen the format detection problem before but the tr errors were new to me. I haven't looked at the tr problem yet but the gitk thing had been bugging me for a while so here's a patch that understands the format generated by gitk. Documentation/git-am.txt | 3 ++- git-am.sh | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) Chris Packham (1): am: add gitk patch format