From: Junio C Hamano Date: Sat, 5 Nov 2005 19:12:05 +0000 (-0800) Subject: Document expat dependency when using http-push. X-Git-Tag: v0.99.9e^2~8 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=3402f1d6a3d8f4205fe59286e3a1223a9d28aea6;p=git.git Document expat dependency when using http-push. Signed-off-by: Junio C Hamano --- diff --git a/INSTALL b/INSTALL index 6e336d7c..bbb13f3f 100644 --- a/INSTALL +++ b/INSTALL @@ -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?