Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-11-05 22:12:05 +0300
committerJunio C Hamano <junkio@cox.net>2005-11-06 21:21:06 +0300
commit3402f1d6a3d8f4205fe59286e3a1223a9d28aea6 (patch)
tree3cbbced72eadf5b78ab6e3cdd201ab9afb1bcec4 /INSTALL
parent4ea836dba92894828c73b8cadd927bc6128866b0 (diff)
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 6e336d7c20..bbb13f3fd9 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?