Steffen Prohaska <prohaska@xxxxxx> wrote: > We prefer running the dashless form, so we should use it in MinGW's > start_command(), too. ... > - We have non-builtins that are implemented in C, e.g. fast-import.c. > These non-builtins will still compute wrong paths. This feels wrong to me. fast-import probably won't be adversly impacted by not being able to read /etc/gitconfig, unless the user has set something like core.deltaBaseCacheLimit and is doing an incremental import. But other non-builtins may be impacted. It feels like we're fixing this in the wrong place. If the issue is we don't find our installation directory correctly, we should find our installation directory correctly, not work around it by calling builtins through the git wrapper. Though I can see where it may be a good idea to at some point in the future (git 1.7?) stop creating the redundant builtin links under libexec/git-core. -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html