Re: [PATCH v4 00/20] repository object

2017-06-23 Thread Junio C Hamano
Jeff Hostetler writes: > On 6/22/2017 2:43 PM, Brandon Williams wrote: >> As before you can find this series at: >> https://github.com/bmwill/git/tree/repository-object >> >> Changes in v4: >> >> * Patch 11 is slightly different and turns off all path relocation when a >>

Re: [PATCH v4 00/20] repository object

2017-06-23 Thread Jeff Hostetler
On 6/22/2017 2:43 PM, Brandon Williams wrote: As before you can find this series at: https://github.com/bmwill/git/tree/repository-object Changes in v4: * Patch 11 is slightly different and turns off all path relocation when a worktree is provided instead of just for the index file

Re: [PATCH v4 00/20] repository object

2017-06-22 Thread Stefan Beller
On Thu, Jun 22, 2017 at 11:43 AM, Brandon Williams wrote: > As before you can find this series at: > https://github.com/bmwill/git/tree/repository-object > > Changes in v4: > > * Patch 11 is slightly different and turns off all path relocation when a > worktree is provided

[PATCH v4 00/20] repository object

2017-06-22 Thread Brandon Williams
As before you can find this series at: https://github.com/bmwill/git/tree/repository-object Changes in v4: * Patch 11 is slightly different and turns off all path relocation when a worktree is provided instead of just for the index file (Thanks for the help Jonathan Nieder). * 'repo_init()'