Johannes Schindelin wrote: > Which makes me think if we should just disallow the "git-<builtin>" on > Windows, since sooner or later, Git will no longer be used from the > command line on Windows. But all git scripts still use mostly git-foo instead of git foo :( They must be changed, too! > And another thing hit me there: Are you sure that all works well if you > change the install path from "C:\Program Files\Git" to something else? > Without explicitely setting GIT_EXEC_PATH? I think it doesn't matter (mostly). The git wrapper sets the exec path and augments PATH, so that the scripts work. It uses the directory of argv[0] if --exec-path is not used. The only problematic cases are where non-builtins (like git-send-pack) invoke other commands or hooks. -- Hannes - 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