On Wed, 2010-07-28 at 01:42 -0500, Jonathan Nieder wrote: > (if you use getpwent instead of getenv to fetch $HOME). That seems like it could lead to problems with multiple users with the same UID, and possibly also on Windows. If it’s important to be paranoid here, what about all the other places Git already uses getenv("HOME"), including where it reads ~/.gitconfig? Anders -- 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