On Sun, Jun 17, 2018 at 9:02 AM Elijah Newren <newren@xxxxxxxxx> wrote: > > On Fri, Jun 15, 2018 at 10:41 PM, Nguyễn Thái Ngọc Duy > <pclouds@xxxxxxxxx> wrote: > > This is the beginning of the end of the_index. The problem with > > the_index is it lets library code anywhere access it freely. This is > > not good because from high level you may not realize that the_index is > > being used while you don't want to touch index at all, or you want to > > use a different index instead. > > > > This is a long series, 86 patches [1], so I'm going to split and > > submit it in 15-20 patches at a time. The first two parts are trivial > > though and could be safely fast tracked if needed. > > You post this small little patch about unpack-trees.c, mentioning you > don't know if it's even correct, and bait me into reviewing it and > then spring on me that it's actually nearly 100 patches that need > review... Very sneaky. ;-) To be fair, it's all Brandon's fault. If he didn't kick the_index out of dir.c, it would not conflict with one of my out-of-tree patches in unpack-trees.c, catch my attention and make me go down this rabbit hole :D -- Duy