aboutsummaryrefslogtreecommitdiff
path: root/doc/design/assistant/android.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-22 14:47:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-22 14:47:29 -0400
commit4f13f95136ebe184a7e68090aa156ae19b037537 (patch)
tree0ccd2f1777fbc0cd4d21e5b12c982c40f08af01c /doc/design/assistant/android.mdwn
parente23d6af007becc38adb415f94981e8b36daa6fa3 (diff)
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.
Diffstat (limited to 'doc/design/assistant/android.mdwn')
-rw-r--r--doc/design/assistant/android.mdwn2
1 files changed, 2 insertions, 0 deletions
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 <https://github.com/neurocyte/ghc-android/issues/7>
+ and a few places use it.