Do not set the HOME variable in the installer by dscho · Pull Request #166 · msysgit/msysgit

This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Conversation

We really should not need to set HOME globally anymore because we set it
in Git Bash in /etc/profile, and in the Git wrappers for cmd.exe.

Setting HOME caused problems, in particular when we hardcoded it to
the administrator's HOME if Git was installed using the administrator's
account.

This closes msysgit/git#119.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>

added a commit that referenced this pull request

Feb 17, 2014
Do not set the HOME variable in the installer