Re: [PATCH v2 00/18] builtin rebase options

2018-10-12 Thread Johannes Schindelin
Hi Junio, On Thu, 6 Sep 2018, Junio C Hamano wrote: > "Johannes Schindelin via GitGitGadget" > writes: > > > This patch series completes the support for all rebase options in the > > builtin rebase, e.g. --signoff, rerere-autoupdate, etc. > > > > It is based on pk/rebase -in-c-3-acts. > > ...

Re: [PATCH v2 00/18] builtin rebase options

2018-09-06 Thread Junio C Hamano
Junio C Hamano writes: > I've rebuilt the collection of topics up to pk/rebase-in-c-6-final > with these two updated series twice, once doing it manually, like I > did the last time, and another using "rebase -i -r" on top of the > updated pk/rebase-in-c-4-opts. The resulting trees match, of > c

Re: [PATCH v2 00/18] builtin rebase options

2018-09-06 Thread Junio C Hamano
"Johannes Schindelin via GitGitGadget" writes: > This patch series completes the support for all rebase options in the > builtin rebase, e.g. --signoff, rerere-autoupdate, etc. > > It is based on pk/rebase -in-c-3-acts. ... which in turn was based on pk/rebase-in-c-2-basic that just got rerolled

[PATCH v2 00/18] builtin rebase options

2018-09-04 Thread Johannes Schindelin via GitGitGadget
This patch series completes the support for all rebase options in the builtin rebase, e.g. --signoff, rerere-autoupdate, etc. It is based on pk/rebase -in-c-3-acts. Changes since v1: * Added the forgotten -k short option for --keep-empty (and verified that no other short options were forgott