Re: [PATCH 06/44] repository: introduce raw object store field

2018-03-21 Thread Brandon Williams
On 03/03, Nguyễn Thái Ngọc Duy wrote: > From: Stefan Beller > > The raw object store field will contain any objects needed for > access to objects in a given repository. > > This patch introduces the raw object store and populates it with the > `objectdir`, which used to be

Re: [PATCH 06/44] repository: introduce raw object store field

2018-03-03 Thread Eric Sunshine
On Sat, Mar 3, 2018 at 6:35 AM, Nguyễn Thái Ngọc Duy wrote: > The raw object store field will contain any objects needed for > access to objects in a given repository. > > This patch introduces the raw object store and populates it with the > `objectdir`, which used to be part

[PATCH 06/44] repository: introduce raw object store field

2018-03-03 Thread Nguyễn Thái Ngọc Duy
From: Stefan Beller The raw object store field will contain any objects needed for access to objects in a given repository. This patch introduces the raw object store and populates it with the `objectdir`, which used to be part of the repository struct. As the struct gains