Jakub Narebski <jnareb@xxxxxxxxx> writes: > char *expand_user_path(const char *path) > [...] > if (username_len == 0) { > const char *home = getenv("HOME"); > if (!home) > goto return_null; > strbuf_add(&user_path, home, strlen(home)); > } else { > [...] Ahh, Ok. I was afraid getpwnam() codepath might interfere with it. -- 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