Re: [GSoC][PATCH v2 0/3] rebase -i: rewrite reflog operations in C

2018-06-21 Thread Johannes Schindelin
Hi Alban, On Tue, 19 Jun 2018, Alban Gruin wrote: > -- > 2.16.4 You might want to update ;-) https://github.com/git-for-windows/git/wiki/FAQ#should-i-upgrade-to-a-newer-git-for-windows-version Ciao, Johannes

Re: [GSoC][PATCH v2 0/3] rebase -i: rewrite reflog operations in C

2018-06-19 Thread Stefan Beller
On Tue, Jun 19, 2018 at 8:45 AM Alban Gruin wrote: > > This patch series rewrites the reflog operations from shell to C. This > is part of the effort to rewrite interactive rebase in C. This series looks good to me. Thanks, Stefan

[GSoC][PATCH v2 0/3] rebase -i: rewrite reflog operations in C

2018-06-19 Thread Alban Gruin
This patch series rewrites the reflog operations from shell to C. This is part of the effort to rewrite interactive rebase in C. The first commit is dedicated to creating a function to silence a command, as the sequencer will do in several places with these patches. This branch is based on ag/re