diff options
author | Junio C Hamano <junkio@cox.net> | 2005-11-05 11:12:05 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-06 10:21:06 -0800 |
commit | 3402f1d6a3d8f4205fe59286e3a1223a9d28aea6 (patch) | |
tree | 3cbbced72eadf5b78ab6e3cdd201ab9afb1bcec4 | |
parent | 4ea836dba92894828c73b8cadd927bc6128866b0 (diff) | |
download | git-3402f1d6a3d8f4205fe59286e3a1223a9d28aea6.tar.gz git-3402f1d6a3d8f4205fe59286e3a1223a9d28aea6.tar.xz |
Document expat dependency when using http-push.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,6 +46,9 @@ Issues of note: transfer, you are probabaly OK if you do not have them. + - expat library; git-http-push uses it for remote lock + management over DAV. Similar to "curl" above, this is optional. + - "GNU diff" to generate patches. Of course, you don't _have_ to generate patches if you don't want to, but let's face it, you'll be wanting to. Or why did you get git in the first place? |