File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -138,11 +138,11 @@ Issues of note:
138
138
BLK_SHA1. Also included is a version optimized for PowerPC
139
139
(PPC_SHA1).
140
140
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 .
146
146
147
147
- "expat" library; git-http-push uses it for remote lock
148
148
management over DAV. Similar to "curl" above, this is optional
You can’t perform that action at this time.
0 commit comments