Skip to content

Commit 1d53f90

Browse files
jherlandgitster
authored andcommitted
The "curl" executable is no longer required
git-clone.sh was the last user of the "curl" executable. Relevant git commands now use libcurl instead. This should be reflected in the install requirements. Signed-off-by: Johan Herland <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d0594be commit 1d53f90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

INSTALL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ Issues of note:
6767
that come with git (git includes the one from Mozilla, and has
6868
its own PowerPC and ARM optimized ones too - see the Makefile).
6969

70-
- "libcurl" and "curl" executable. git-http-fetch and
71-
git-fetch use them. If you do not use http
72-
transfer, you are probably OK if you do not have
73-
them.
70+
- libcurl library; git-http-fetch and git-fetch use them. You
71+
might also want the "curl" executable for debugging purposes.
72+
If you do not use http transfer, you are probably OK if you
73+
do not have them.
7474

7575
- expat library; git-http-push uses it for remote lock
7676
management over DAV. Similar to "curl" above, this is optional.

0 commit comments

Comments
 (0)