Miklos Vajna <vmiklos@xxxxxxxxxxxxxx> writes: > That function used to do a chdir() without switching back to the > original directory. That was not a problem till this function was used > only inside builtin-help, but once other builtins use it as well, this > is a problem, for example when the object database path is relative. Why does it even need to chdir() around to begin with? Doesn't opendir() work just fine with relative path as an input? -- 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