Document expat dependency when using http-push.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2005-11-05 11:12:05 -08:00
parent 4ea836dba9
commit 3402f1d6a3

View File

@ -46,6 +46,9 @@ Issues of note:
transfer, you are probabaly OK if you do not have transfer, you are probabaly OK if you do not have
them. 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 - "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 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? be wanting to. Or why did you get git in the first place?