aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-11-05 11:12:05 -0800
committerJunio C Hamano <junkio@cox.net>2005-11-06 10:21:06 -0800
commit3402f1d6a3d8f4205fe59286e3a1223a9d28aea6 (patch)
tree3cbbced72eadf5b78ab6e3cdd201ab9afb1bcec4 /INSTALL
parent4ea836dba92894828c73b8cadd927bc6128866b0 (diff)
downloadgit-3402f1d6a3d8f4205fe59286e3a1223a9d28aea6.tar.gz
git-3402f1d6a3d8f4205fe59286e3a1223a9d28aea6.tar.xz
Document expat dependency when using http-push.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 6e336d7c2..bbb13f3fd 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?