On Tue, Oct 04, 2016 at 10:31:51AM -0700, Stefan Beller wrote:
> On Thu, Sep 29, 2016 at 2:48 PM, Brandon Williams wrote:
>
> >
> > +const char *get_super_prefix(void)
> > +{
> > + if (!super_prefix)
> > + super_prefix = getenv(GIT_SUPER_PREFIX_ENVIRONMENT);
> > + retur
Stefan Beller writes:
> On Thu, Sep 29, 2016 at 2:48 PM, Brandon Williams wrote:
>
>>
>> +const char *get_super_prefix(void)
>> +{
>> + if (!super_prefix)
>> + super_prefix = getenv(GIT_SUPER_PREFIX_ENVIRONMENT);
>> + return super_prefix;
>> +}
>> +
>
> As said earlier,
On Thu, Sep 29, 2016 at 2:48 PM, Brandon Williams wrote:
>
> +const char *get_super_prefix(void)
> +{
> + if (!super_prefix)
> + super_prefix = getenv(GIT_SUPER_PREFIX_ENVIRONMENT);
> + return super_prefix;
> +}
> +
As said earlier, is the following a valid thought:
>
Add a super-prefix environment variable 'GIT_INTERNAL_SUPER_PREFIX'
which can be used to specify a path from above a repository down to its
root. When such a super-prefix is specified, the paths reported by Git
are prefixed with it to make them relative to that directory "above".
The paths given b
4 matches
Mail list logo