Re: [GSoC][PATCH v4 00/20] rebase -i: rewrite in C

2018-07-25 Thread Junio C Hamano
Alban Gruin writes: > This patch series rewrite the interactive rebase from shell to C. > > It is based on master (as of 2018-07-24). With fewer number of bytes than "as of ", you can express it in a more useful way, even when you and others live in different timezones and when the 'master'

Re: [GSoC][PATCH v4 00/20] rebase -i: rewrite in C

2018-07-25 Thread Stefan Beller
On Tue, Jul 24, 2018 at 9:34 AM Alban Gruin wrote: > > This patch series rewrite the interactive rebase from shell to C. > > It is based on master (as of 2018-07-24). > > Changes since v3: > > - The `--verbose` option is stored directly into opts.verbose > > - Drop includes in

[GSoC][PATCH v4 00/20] rebase -i: rewrite in C

2018-07-24 Thread Alban Gruin
This patch series rewrite the interactive rebase from shell to C. It is based on master (as of 2018-07-24). Changes since v3: - The `--verbose` option is stored directly into opts.verbose - Drop includes in rebase-interactive.h - skip_unnecessary_picks() now returns an object_id instead of