Re: [GSoC][PATCH v3 07/13] rebase -i: rewrite checkout_onto() in C

2018-07-10 Thread Junio C Hamano
Alban Gruin writes: > This rewrites checkout_onto() from shell to C. > > A new command (“checkout-onto”) is added to rebase--helper.c. The shell > version is then stripped. > > Signed-off-by: Alban Gruin > --- The only change relative to the previous round seems to be that this round does not p

[GSoC][PATCH v3 07/13] rebase -i: rewrite checkout_onto() in C

2018-07-10 Thread Alban Gruin
This rewrites checkout_onto() from shell to C. A new command (“checkout-onto”) is added to rebase--helper.c. The shell version is then stripped. Signed-off-by: Alban Gruin --- builtin/rebase--helper.c | 7 ++- git-rebase--interactive.sh | 25 - sequencer.c