Re: [GSoC PATCH v4 6/7] repo: add path.git-prefix
Lucas Seiki Oshiro <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
> Scripts sometimes need the path from the repository's working tree root > to the current working directory. While this information can be derived > through existing Git commands, `git repo info` does not currently expose > it as a scriptable key. Even though I understand that this is a relevant info, it seems to me that it's a little bit out of place here... This is a "current directory information", not a "repository information". >