Re: [PATCH v2 2/4] setup: allow for prefix to be passed to git commands

2017-03-14 Thread Brandon Williams
On 03/14, Johannes Schindelin wrote: > Hi Brandon, > > On Tue, 14 Mar 2017, Brandon Williams wrote: > > > In a future patch child processes which act on submodules need a little > > more context about the original command that was invoked. This patch > > teaches git to use the prefix stored in `

Re: [PATCH v2 2/4] setup: allow for prefix to be passed to git commands

2017-03-14 Thread Johannes Schindelin
Hi Brandon, On Tue, 14 Mar 2017, Brandon Williams wrote: > In a future patch child processes which act on submodules need a little > more context about the original command that was invoked. This patch > teaches git to use the prefix stored in `GIT_INTERNAL_TOPLEVEL_PREFIX` > if another prefix w

[PATCH v2 2/4] setup: allow for prefix to be passed to git commands

2017-03-14 Thread Brandon Williams
In a future patch child processes which act on submodules need a little more context about the original command that was invoked. This patch teaches git to use the prefix stored in `GIT_INTERNAL_TOPLEVEL_PREFIX` if another prefix wasn't found during the git directory setup process. --- cache.h |