From ed7b7b18d441750dbd5267020702ba9dae97fa0a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 22 Feb 2013 13:43:27 -0400 Subject: [PATCH] note about http --- doc/design/assistant/android.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn index b1b3c3a358..3f08143cac 100644 --- a/doc/design/assistant/android.mdwn +++ b/doc/design/assistant/android.mdwn @@ -31,3 +31,5 @@ file modes, etc. when the device went to sleep while it was running. Auto-detect and deal with that somehow. * 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.