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 these in the next series, as this series is > growing big already. > * This series can be found as branch 'object-store-lookup-commit' on github, > it applies on top of nd/commit-util-to-slab merged with sb/object-store-grafts > > v1, https://public-inbox.org/git/20180530004810.30076-1-sbeller@xxxxxxxxxx/ > > This applies on the merge of nd/commit-util-to-slab and sb/object-store-grafts, > and is available at http://github.com/stefanbeller/ as branch object-store-lookup-commit > as the merge has some merge conflicts as well as syntactical conflicts (upload-pack.c > and fetch-pack.c introduce new calls of functions that would want to take a repository struct > in the object-store-grafts series) > > As layed out in https://public-inbox.org/git/20180517225154.9200-1-sbeller@xxxxxxxxxx/ > this is getting close to finishing the set of object store series though the last > unfinished part of this RFC hints at new work on the plate: > * To give this series a nice polish, we'd want to convert parse_commit, too. > But that requires the conversion of the new commit graph. Maybe we need > to split this series into 2. > * Once this is in good shape we can talk about converting parts of the revision > walking code, > * which then can be used by the submodule code as the end goal for the > object store series. I've taken a look at the series and it looks good. I'm glad we're getting closer to this set of series being completed. Thanks for pushing this through :) -- Brandon Williams