Thread (35 messages) flat view 35 messages, 4 authors, 2017-03-22

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

From: Stefan Beller <hidden>
Date: 2017-03-17 19:18:22

On Fri, Mar 17, 2017 at 12:08 PM, Brandon Williams [off-list ref] wrote:
On 03/17, Stefan Beller wrote:
quoted
quoted
        prefix = setup_git_directory_gently_1(nongit_ok);
+       env_prefix = getenv(GIT_TOPLEVEL_PREFIX_ENVIRONMENT);
+
+       if (env_prefix)
+               prefix = env_prefix;
+
        if (prefix)
                setenv(GIT_PREFIX_ENVIRONMENT, prefix, 1);
so we load that GIT_TOPLEVEL_PREFIX_ENVIRONMENT prefix
first, such that we essentially copy it into GIT_PREFIX_ENVIRONMENT,
such that e.g. aliased commands will know about the superprefix, too.
I don't follow, this doesn't have anything to do with super-prefix.
s/superprefix/prefix as passed in via GIT_TOPLEVEL_PREFIX_ENVIRONMENT/

sorry for the confusion.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help