diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-22 13:43:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-22 13:43:27 -0400 |
commit | 5552ce8d44f4ebc8197c9adee862e292e3e9a8f1 (patch) | |
tree | 9e89fce040ec746ca5c71e1c9129ae9d6eefd100 /doc/design | |
parent | 78825b6355518409aabdd7813bafe23359ed7770 (diff) |
note about http
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/assistant/android.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn index b1b3c3a35..3f08143ca 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. |