Re: [PATCH v2 0/6] Let the sequencer handle `git rebase -i --root`

2018-05-05 Thread Johannes Schindelin
Hi Stefan, On Fri, 4 May 2018, Stefan Beller wrote: > > Branch-diff vs v1: > > 1: 42db734a980 ! 1: 73398da7119 sequencer: learn about the special "fake > > root commit" handling > > @@ -54,40 +54,50 @@ > > return NULL; > >} > > > > ++/* Read author-script and return an

Re: [PATCH v2 0/6] Let the sequencer handle `git rebase -i --root`

2018-05-04 Thread Stefan Beller
> > Branch-diff vs v1: > 1: 42db734a980 ! 1: 73398da7119 sequencer: learn about the special "fake > root commit" handling > @@ -54,40 +54,50 @@ > return NULL; >} > > ++/* Read author-script and return an ident line (author > timestamp) */ > +static const char *re

[PATCH v2 0/6] Let the sequencer handle `git rebase -i --root`

2018-05-03 Thread Johannes Schindelin
When I reimplemented the most performance-critical bits of the interactive rebase in the sequencer, to speed up `git rebase -i` particularly on Windows (even if the benefits are still quite notable on Linux or macOS), I punted on the --root part. I had always hoped that some other contributor (or