Hi Junio, On Tue, 5 May 2020, Junio C Hamano wrote: > Taylor Blau <me@xxxxxxxxxxxx> writes: > > >> > + /* > >> > + * i2 refers to a fixup commit in the middle of > >> > + * a fixup chain > >> > + */ > >> > + next[i] = next[i2]; > >> > + next[i2] = i; > >> > + continue; > >> > + } > >> > >> I do have one question, though. What happens if we add a second > >> fixup-of-a-fixup? > > > > Thanks for asking this question, I was a little curious about it, too. > > Interesting that three people looked at the same patch and asked the > same question in different ways ;-) Indeed! I am very grateful, as I had missed that, and it helped me figure out a better way to do it, and v2 looks a lot nicer, too. Ciao, Dscho