Re: [GSoC] [PATCH v4 0/4] rebase: rewrite rebase in C

2018-07-08 Thread Johannes Schindelin
Hi Pratik, On Sun, 8 Jul 2018, Pratik Karki wrote: > As a GSoC project, I have been working on the builtin rebase. > > The motivation behind the rewrite of rebase i.e. from shell script to C > are for following reasons: > > 1. Writing shell scripts and getting it to production is much faster

[GSoC] [PATCH v4 0/4] rebase: rewrite rebase in C

2018-07-08 Thread Pratik Karki
As a GSoC project, I have been working on the builtin rebase. The motivation behind the rewrite of rebase i.e. from shell script to C are for following reasons: 1. Writing shell scripts and getting it to production is much faster than doing the equivalent in C but lacks in performance and