Re: [PATCH v3 0/3] fixes for split index mode

2018-01-19 Thread Thomas Gummerer
On 01/19, Junio C Hamano wrote: > Thomas Gummerer writes: > > > Friendly ping on this series now that 2.16 is out :) Is there anything > > in this series (up to 3/3, 4/3 can be dropped now that Duy fixed it in > > a nicer way) that still needs updating? It fixes a few bugs in split > > index mod

Re: [PATCH v3 0/3] fixes for split index mode

2018-01-19 Thread Junio C Hamano
Thomas Gummerer writes: > Friendly ping on this series now that 2.16 is out :) Is there anything > in this series (up to 3/3, 4/3 can be dropped now that Duy fixed it in > a nicer way) that still needs updating? It fixes a few bugs in split > index mode with submodules/worktrees, so it would be

Re: [PATCH v3 0/3] fixes for split index mode

2018-01-18 Thread Thomas Gummerer
Friendly ping on this series now that 2.16 is out :) Is there anything in this series (up to 3/3, 4/3 can be dropped now that Duy fixed it in a nicer way) that still needs updating? It fixes a few bugs in split index mode with submodules/worktrees, so it would be nice to get this reviewed/merged.

[PATCH v3 0/3] fixes for split index mode

2018-01-07 Thread Thomas Gummerer
Thanks Brandon and Lars for comments on the previous round. Previous rounds were at <20171210212202.28231-1-t.gumme...@gmail.com> and <20171217225122.28941-1-t.gumme...@gmail.com>. Changes since the previous round: - reworked the patches to no longer try to use struct repository for worktrees,