work around broken getEnvironment on Android in the most important place: git annex init

This resulted in a lot of user complains that git annex init had git
telling them they needed to run git config --global user.email .. which
didn't work because even HOME was not passed into git.
This commit is contained in:
Joey Hess 2013-02-22 14:47:29 -04:00
parent 4d4c7c31d7
commit faa9d3c22b
2 changed files with 15 additions and 1 deletions

View file

@ -33,3 +33,5 @@ file modes, etc.
* Make git stop complaining that "warning: no threads uspport, ignoring --threads"
* git does not support http remotes. To fix, need to port libcurl and
allow git to link to it.
* getEnvironment is broken on Android <https://github.com/neurocyte/ghc-android/issues/7>
and a few places use it.