From 4f13f95136ebe184a7e68090aa156ae19b037537 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 22 Feb 2013 14:47:29 -0400 Subject: 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. --- doc/design/assistant/android.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/design/assistant/android.mdwn') diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn index 3f08143ca..2fe2145ef 100644 --- a/doc/design/assistant/android.mdwn +++ b/doc/design/assistant/android.mdwn @@ -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 + and a few places use it. -- cgit v1.2.3