Re: [GSoC Patch v2 6/7] repo: add path.grafts with absolute and relative suffix formatting
Lucas Seiki Oshiro <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
> Introduce `path.grafts.absolute` and `path.grafts.relative` keys to > `git repo info`. This allows scripting layers to query the active grafts > context cleanly while scaling transparently with active `GIT_GRAFT_FILE` > environment variable overrides. I ran `git repo info path.grafts.relative` in a repository with no `grafts` file, and it returned `.git/info/grafts`, which obviously doesn't exist. Wouldn't it be better if we check if that file exists before returning this value?