Re: [GSoC Patch v3 0/7] repo: add more path keys to git repo info
Junio C Hamano <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
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.