Stefan Beller <[email protected]> writes: > On Wed, Feb 24, 2016 at 12:09 PM, Jacob Keller <[email protected]> > wrote: >> From: Jacob Keller <[email protected]> >> >> Due to the way that the git-submodule code works, it clears all local >> git environment variables before entering submodules. This is normally >> a good thing since we want to clear settings such as GIT_WORKTREE and >> other variables which would affect the operation of submodule commands. >> However, GIT_CONFIG_PARAMETERS is special, and we actually do want to >> preserve these settings. However, we do not want to preserve all >> configuration as many things should be left specific to the parent >> project. >> >> Add a git submodule--helper function which can be used to sanitize the >> GIT_CONFIG_PARAMETERS value to only allow certain settings. For now, >> restrict this to only credential.* settings. > > I guess for now that subset is fine and will be expanded over time?
I think it is more like "we pass only what is known to be necessary and safe, and right now, credential.* are the only such variables." As the system evolves more, theoretically we might find more, but let's not phrase it as if expanding is a good thing and a longer term goal. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

