Add a Windows-specific fallback to getenv("HOME");
commit8a450db483b674eb988870dd93e2fa7c39a08405
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 1 Jun 2010 22:41:33 +0000 (2 00:41 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 10 Apr 2014 18:53:17 +0000 (10 13:53 -0500)
tree7fb0a89f7321214e4e48db4e776800d55cce7513
parentce017bf32c0cb0eff907c43eccde83840669aafc
Add a Windows-specific fallback to getenv("HOME");

This fixes msysGit issue 482 properly.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
compat/mingw.c
compat/mingw.h
git-compat-util.h
path.c
shell.c