On Tue, Jan 12, 2021 at 04:23:00PM -0800, Junio C Hamano wrote: > Taylor Blau <me@xxxxxxxxxxxx> writes: > > > This is the first of two series to introduce an on-disk alternative to the > > reverse index which is currently generated once per-process and stored in > > memory. > > Queued; seems to be killed on Windows but otherwise looking good. Thanks. > https://github.com/git/git/runs/1691849288?check_suite_focus=true#step:6:164 I will look into those failures. It looks like these are all due to running 'git index-pack' when the '*.idx' file already exists (resulting in Windows being unable to write over the file). Did you want to queue these two topics separately? It looks like you picked them up in 'seen' as one big topic in a8f367dae2 (Merge branch 'tb/pack-revindex-api' into jch, 2021-01-12), but I thought you may want to pick parts one and two up separately to allow them to progress independently of one another. In either case, I am planning on sending a new version of the first series tomorrow to address Peff's feedback. > Thanks. Thanks, Taylor