Re: Subject: [PATCH] git am: Transform and skip patches via new hook

2015-07-08 Thread Junio C Hamano
Eric Sunshine writes: >> I forgot to mention in the previous review that this change probably >> ought to be accompanied by tests. However, before spending more time >> refining the patch, it might be worthwhile to wait to hear from Junio >> whether he's even interested in this new hook. (Based u

Re: Subject: [PATCH] git am: Transform and skip patches via new hook

2015-07-08 Thread Eric Sunshine
(resending with 'git' list included; somehow it got dropped accidentally) On Wed, Jul 8, 2015 at 3:48 PM, Eric Sunshine wrote: > On Wed, Jul 08, 2015 at 11:26:33AM +1200, Robert Collins wrote: >> The current git am offers a pre-applypatch that actual runs after >> applying the patch, and so does

Re: Subject: [PATCH] git am: Transform and skip patches via new hook

2015-07-07 Thread Eric Sunshine
On Tue, Jul 7, 2015 at 3:52 AM, Robert Collins wrote: > From 0428b0a1248fb84c584a5a6c1f110770c6615d5e Mon Sep 17 00:00:00 2001 > From: Robert Collins > Date: Tue, 7 Jul 2015 15:43:24 +1200 > Subject: [PATCH] git am: Transform and skip patches via new hook Drop the "From sh

Subject: [PATCH] git am: Transform and skip patches via new hook

2015-07-07 Thread Robert Collins
>From 0428b0a1248fb84c584a5a6c1f110770c6615d5e Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Tue, 7 Jul 2015 15:43:24 +1200 Subject: [PATCH] git am: Transform and skip patches via new hook A thing I need to do quite a lot of is extracting stuff from Python to backported libraries. T