Re: [PATCH v2 2/3] prune: fix pruning with multiple worktrees and split index

2018-01-04 Thread Junio C Hamano
Thomas Gummerer writes: > [sorry for the late reply. I was on Christmas holidays until today > and am still catching up on the mailing list. It will probably take > me untill the weekend to send a re-roll] > > On 12/18, Brandon Williams wrote: >> On 12/17, Thomas Gummerer wrote: >> > be489d02d2

Re: [PATCH v2 2/3] prune: fix pruning with multiple worktrees and split index

2018-01-03 Thread Thomas Gummerer
[sorry for the late reply. I was on Christmas holidays until today and am still catching up on the mailing list. It will probably take me untill the weekend to send a re-roll] On 12/18, Brandon Williams wrote: > On 12/17, Thomas Gummerer wrote: > > be489d02d2 ("revision.c: --indexed-objects add

Re: [PATCH v2 2/3] prune: fix pruning with multiple worktrees and split index

2017-12-18 Thread Brandon Williams
On 12/17, Thomas Gummerer wrote: > be489d02d2 ("revision.c: --indexed-objects add objects from all > worktrees", 2017-08-23) made sure that pruning takes objects from all > worktrees into account. > > It did that by reading the index of every worktree and adding the > necessary index objects to th

[PATCH v2 2/3] prune: fix pruning with multiple worktrees and split index

2017-12-17 Thread Thomas Gummerer
be489d02d2 ("revision.c: --indexed-objects add objects from all worktrees", 2017-08-23) made sure that pruning takes objects from all worktrees into account. It did that by reading the index of every worktree and adding the necessary index objects to the set of pending objects. The index is read