Re: [GSoC Patch v2 5/7] repo: add path.index with absolute and relative suffix formatting
Lucas Seiki Oshiro <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
> Introduce `path.index.absolute` and `path.index.relative` keys to > `git repo info`. This allows tooling utilities to discover the active > index context cleanly while scaling transparently with localized > `GIT_INDEX_FILE` environment overrides. Note that bare repositories doesn't need to have an index file. Maybe it would be better if you return an empty value in those cases.