Re: [PATCH v2 00/31] object-store: lookup_commit

2018-06-14 Thread Brandon Williams
On 06/13, Stefan Beller wrote: > * removed mentions of cooci patches > * added forward declaration of commit buffer slabs. > * dropped 3 patches that add the repository to lookup_unkonwn_object, > parse_commit and parse_commit_gently, but were not converting those > functions. We'll convert

Re: [PATCH v2 00/31] object-store: lookup_commit

2018-06-14 Thread Duy Nguyen
On Thu, Jun 14, 2018 at 1:08 AM Stefan Beller wrote: > > * removed mentions of cooci patches > * added forward declaration of commit buffer slabs. > * dropped 3 patches that add the repository to lookup_unkonwn_object, > parse_commit and parse_commit_gently, but were not converting those >

Re: [PATCH v2 00/31] object-store: lookup_commit

2018-06-13 Thread Derrick Stolee
On 6/13/2018 9:23 PM, Derrick Stolee wrote: On 6/13/2018 7:04 PM, Stefan Beller wrote * Once this is in good shape we can talk about converting parts of the revision    walking code, This is another reason why I'll be waiting for this series of series. I plan to rework the revision

Re: [PATCH v2 00/31] object-store: lookup_commit

2018-06-13 Thread Derrick Stolee
On 6/13/2018 7:04 PM, Stefan Beller wrote * Once this is in good shape we can talk about converting parts of the revision walking code, This is another reason why I'll be waiting for this series of series. I plan to rework the revision walking code around sort_in_topological_order(), but

[PATCH v2 00/31] object-store: lookup_commit

2018-06-13 Thread Stefan Beller
* removed mentions of cooci patches * added forward declaration of commit buffer slabs. * dropped 3 patches that add the repository to lookup_unkonwn_object, parse_commit and parse_commit_gently, but were not converting those functions. We'll convert these in the next series, as this series is