Re: [GSoC Patch v3 0/7] repo: add more path keys to git repo info
K Jayatheerth <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <CA+rGoLce-64v7EsQuDbtTd3gx4hsspMo58siHfONWbUBehhNng@mail.gmail.com> |
On Sun, Jul 26, 2026 at 9:59 PM Junio C Hamano <[email protected]> wrote: > > K Jayatheerth <[email protected]> writes: > > > Series adds keys to git repo info. > > Keys output paths of repository components: > > * path.toplevel: repository tree. > > * path.superproject-working-tree: superproject tree from submodules. > > * path.objects: repository objects. > > * path.hooks: repository hooks. > > * path.index: repository index. > > * path.grafts: repository grafts. > > * path.git-prefix: prefix offset. > > I guess the issues I had at the design level in the previous > iteration is gone ;-) > > I'd love to hear real reviews from others on these patches, but > at least I didn't spot anything glaringly wrong anymore. > > Thanks. Sure, until then I will work on the histogram patches in git repo structure. Thanks for validating! Regards, - K Jayatheerth