Junio C Hamano <gitster@xxxxxxxxx> writes: > if (use_global_config) { > if (is $HOME/.gitconfig usable?) { > use it; Yes, but when $HOME is unset, the question doesn't really make sense. Maybe the file exists, but we can't know since the user broke his configuration by unsetting $HOME. The intent was to avoid writing to the XDG file unless it was very clear that the user wanted it, so in doubt, dying seems the best option. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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