[PATCH] Document "curl" requirements.
Not just libcurl, but now we require curl executable as well. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>maint
parent
3dcb90f526
commit
99cff830e0
6
INSTALL
6
INSTALL
|
@ -41,8 +41,10 @@ Issues of note:
|
||||||
can avoid the bignum support by excising git-rev-list support
|
can avoid the bignum support by excising git-rev-list support
|
||||||
for "--merge-order" (by hand).
|
for "--merge-order" (by hand).
|
||||||
|
|
||||||
- "libcurl". git-http-pull uses this. You can disable building of
|
- "libcurl" and "curl" executable. git-http-pull and
|
||||||
that program if you just want to get started.
|
git-fetch-script use them. If you do not use http
|
||||||
|
transfer, you are probabaly OK if you do not have
|
||||||
|
them.
|
||||||
|
|
||||||
- "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
|
||||||
|
|
Loading…
Reference in New Issue