From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ramsay Jones Subject: Re: [PATCH 00/83] libify apply and use lib in am Date: Sun, 24 Apr 2016 16:23:01 +0100 Message-ID: <571CE4D5.8010403@ramsayjones.plus.com> References: <1461504863-15946-1-git-send-email-chriscool@tuxfamily.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Junio C Hamano , Jeff King , =?UTF-8?B?w4Z2YXIgQXJuZmrDtnLDsCBCamFybWFzb24=?= , Karsten Blees , Nguyen Thai Ngoc Duy , Johannes Schindelin , Stefan Beller , Matthieu Moy , Christian Couder To: Christian Couder , git@vger.kernel.org X-From: git-owner@vger.kernel.org Sun Apr 24 17:23:16 2016 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 1auLsQ-0004kT-Hy for gcvg-git-2@plane.gmane.org; Sun, 24 Apr 2016 17:23:14 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752817AbcDXPXK (ORCPT ); Sun, 24 Apr 2016 11:23:10 -0400 Received: from avasout07.plus.net ([84.93.230.235]:51089 "EHLO avasout07.plus.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752807AbcDXPXI (ORCPT ); Sun, 24 Apr 2016 11:23:08 -0400 Received: from [10.0.2.15] ([91.125.197.102]) by avasout07 with smtp id mFP31s0072D2Veb01FP4kY; Sun, 24 Apr 2016 16:23:06 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=QqujpgGd c=1 sm=1 tr=0 a=mTUfFwB0nGOO66Ym8a+i3w==:117 a=mTUfFwB0nGOO66Ym8a+i3w==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=IkcTkHD0fZMA:10 a=htY0caGKTip4FvioS4kA:9 a=QEXdDO2ut3YA:10 X-AUTH: ramsayjones@:2500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 In-Reply-To: <1461504863-15946-1-git-send-email-chriscool@tuxfamily.org> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 24/04/16 14:33, Christian Couder wrote: > This is a patch series about libifying `git apply` functionality, and > using this libified functionality in `git am`, so that no 'git apply' > process is spawn anymore. This makes `git am` significantly faster, so > `git rebase`, when it uses the am backend, is also significantly > faster. I just tried to git-am these patches, but patch #78 did not make it to the list. (Also, patches #59 and #62 both issue a 'new blank line at EOF' warning). ATB, Ramsay Jones