Re: [PATCH v6 00/13] Git filter protocol

2016-08-29 Thread Junio C Hamano
Lars Schneider writes: >> On 25 Aug 2016, at 13:07, larsxschnei...@gmail.com wrote: >> >> From: Lars Schneider >> >> The goal of this series is to avoid launching a new clean/smudge filter >> process for each file that is filtered. >> >> A short summary about v1 to v5 can be found here: >> ht

Re: [PATCH v6 00/13] Git filter protocol

2016-08-29 Thread Lars Schneider
> On 25 Aug 2016, at 13:07, larsxschnei...@gmail.com wrote: > > From: Lars Schneider > > The goal of this series is to avoid launching a new clean/smudge filter > process for each file that is filtered. > > A short summary about v1 to v5 can be found here: > https://git.github.io/rev_news/2016

[PATCH v6 00/13] Git filter protocol

2016-08-25 Thread larsxschneider
From: Lars Schneider The goal of this series is to avoid launching a new clean/smudge filter process for each file that is filtered. A short summary about v1 to v5 can be found here: https://git.github.io/rev_news/2016/08/17/edition-18/ This series is also published on web: https://github.com/l