diff options
author | Junio C Hamano <junkio@cox.net> | 2005-07-23 02:30:26 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-23 02:48:45 +0200 |
commit | 99cff830e0b5d57fb299f1937a46d62602f23c9b (patch) | |
tree | 4736bbfda2c1b2cdb5bcb67527c8f418bf977240 /INSTALL | |
parent | [PATCH] Support more http features: https no cert, .netrc -> auth (diff) | |
download | git-99cff830e0b5d57fb299f1937a46d62602f23c9b.tar.xz git-99cff830e0b5d57fb299f1937a46d62602f23c9b.zip |
[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>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -41,8 +41,10 @@ Issues of note: can avoid the bignum support by excising git-rev-list support for "--merge-order" (by hand). - - "libcurl". git-http-pull uses this. You can disable building of - that program if you just want to get started. + - "libcurl" and "curl" executable. git-http-pull and + 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 generate patches if you don't want to, but let's face it, you'll |