Re: [PATCH 5/5] builtin/rebase: support running "git rebase "

2018-06-28 Thread Stefan Beller
On Thu, Jun 28, 2018 at 12:48 AM Pratik Karki wrote: > > This patch gives life to the skeleton added in the previous patch. > This patch makes real operation happen i.e. by using > `git -c rebase.usebuiltin=true rebase `. > With this patch, the basic operation of rebase can be done. Would it make

[PATCH 5/5] builtin/rebase: support running "git rebase "

2018-06-28 Thread Pratik Karki
This patch gives life to the skeleton added in the previous patch. This patch makes real operation happen i.e. by using `git -c rebase.usebuiltin=true rebase `. With this patch, the basic operation of rebase can be done. The current version of the builtin rebase does not, however, make full use of