Re: [PATCH 00/83] libify apply and use lib in am

2016-04-25 Thread Johannes Schindelin
Hi Chris, On Sun, 24 Apr 2016, Christian Couder wrote: > On Sun, Apr 24, 2016 at 6:27 PM, Christian Couder > wrote: > > On Sun, Apr 24, 2016 at 5:23 PM, Ramsay Jones > > wrote: > >> > >> > >> On 24/04/16 14:33, Christian Couder wrote: >

Re: [PATCH 00/83] libify apply and use lib in am

2016-04-25 Thread Duy Nguyen
On Mon, Apr 25, 2016 at 4:57 PM, Christian Couder wrote: >> But why write so many times when nobody reads it? We only need to >> write before git-apply exits, > > You mean `git am` here I think. > >> either after successfully applying the >> whole series, or after it

Re: [PATCH 00/83] libify apply and use lib in am

2016-04-25 Thread Christian Couder
On Mon, Apr 25, 2016 at 11:02 AM, Duy Nguyen wrote: > On Sun, Apr 24, 2016 at 8:33 PM, Christian Couder > wrote: >> Sorry if this patch series is a bit long. I can split it into two or >> more series if it is prefered. > > I suspect you deliberately

Re: [PATCH 00/83] libify apply and use lib in am

2016-04-25 Thread Christian Couder
On Mon, Apr 25, 2016 at 2:14 AM, Duy Nguyen wrote: > On Mon, Apr 25, 2016 at 12:42 AM, Ramsay Jones > wrote: >> >> >> On 24/04/16 17:56, Christian Couder wrote: >>> On Sun, Apr 24, 2016 at 6:27 PM, Christian Couder >>>

Re: [PATCH 00/83] libify apply and use lib in am

2016-04-25 Thread Duy Nguyen
On Sun, Apr 24, 2016 at 8:33 PM, Christian Couder wrote: > Sorry if this patch series is a bit long. I can split it into two or > more series if it is prefered. I suspect you deliberately made the series long just to show off how good new git-rebase is ;-) >

Re: [PATCH 00/83] libify apply and use lib in am

2016-04-24 Thread Duy Nguyen
On Mon, Apr 25, 2016 at 12:42 AM, Ramsay Jones wrote: > > > On 24/04/16 17:56, Christian Couder wrote: >> On Sun, Apr 24, 2016 at 6:27 PM, Christian Couder >> wrote: >>> On Sun, Apr 24, 2016 at 5:23 PM, Ramsay Jones >>>

Re: [PATCH 00/83] libify apply and use lib in am

2016-04-24 Thread Ramsay Jones
On 24/04/16 17:56, Christian Couder wrote: > On Sun, Apr 24, 2016 at 6:27 PM, Christian Couder > wrote: >> On Sun, Apr 24, 2016 at 5:23 PM, Ramsay Jones >> wrote: >>> >>> >>> On 24/04/16 14:33, Christian Couder wrote: This is a

Re: [PATCH 00/83] libify apply and use lib in am

2016-04-24 Thread Christian Couder
On Sun, Apr 24, 2016 at 6:27 PM, Christian Couder wrote: > On Sun, Apr 24, 2016 at 5:23 PM, Ramsay Jones > wrote: >> >> >> On 24/04/16 14:33, Christian Couder wrote: >>> This is a patch series about libifying `git apply` functionality, and

Re: [PATCH 00/83] libify apply and use lib in am

2016-04-24 Thread Christian Couder
On Sun, Apr 24, 2016 at 5:23 PM, Ramsay Jones wrote: > > > 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

Re: [PATCH 00/83] libify apply and use lib in am

2016-04-24 Thread Ramsay Jones
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

[PATCH 00/83] libify apply and use lib in am

2016-04-24 Thread Christian Couder
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. This has