Re: [PATCH v3 0/6] Pull out require_clean_work_tree() functionality from builtin/pull.c

2016-10-05 Thread Johannes Schindelin
Hi Junio, On Tue, 4 Oct 2016, Junio C Hamano wrote: > Johannes Schindelin writes: > > > This is the 5th last patch series of my work to accelerate interactive > > rebases in particular on Windows. > > Offtopic, but I am always confused by what you might mean by this > "nth last patch series".

Re: [PATCH v3 0/6] Pull out require_clean_work_tree() functionality from builtin/pull.c

2016-10-04 Thread Junio C Hamano
Johannes Schindelin writes: > This is the 5th last patch series of my work to accelerate interactive > rebases in particular on Windows. Offtopic, but I am always confused by what you might mean by this "nth last patch series". Is this series 5th from the last and we have four more to go? In a

[PATCH v3 0/6] Pull out require_clean_work_tree() functionality from builtin/pull.c

2016-10-04 Thread Johannes Schindelin
This is the 5th last patch series of my work to accelerate interactive rebases in particular on Windows. Basically, all it does is to make reusable some functions that were ported over from git-pull.sh but made private to builtin/pull.c. Changes since v2: - added a hint for translators. - chang