Skip to content

Commit e54e502

Browse files
avargitster
authored andcommitted
INSTALL: reword and copy-edit the "libcurl" section
Make the "libcurl" section shorter and more to the point, this is mostly based on suggestions from [1]. 1. https://lore.kernel.org/git/[email protected]/ Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5b95244 commit e54e502

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

INSTALL

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ Issues of note:
138138
BLK_SHA1. Also included is a version optimized for PowerPC
139139
(PPC_SHA1).
140140

141-
- "libcurl" library is used by git-http-fetch, git-fetch, and, if
142-
the curl version >= 7.34.0, for git-imap-send. If you do not
143-
use http:// or https:// repositories, and do not want to put
144-
patches into an IMAP mailbox, you do not have to have them
145-
(use NO_CURL).
141+
- "libcurl" library is used for fetching and pushing
142+
repositories over http:// or https://, as well as by
143+
git-imap-send if the curl version is >= 7.34.0. If you do
144+
not need that functionality, use NO_CURL to build without
145+
it.
146146

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

0 commit comments

Comments
 (0)