summaryrefslogtreecommitdiff
path: root/dir.h
diff options
context:
space:
mode:
authorLibravatar Dan McGee <dpmcgee@gmail.com>2011-05-03 23:47:29 +0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-05-04 13:30:28 -0700
commitebaaf316ca5b7317a945a1590e8dab4e39932fbb (patch)
tree372274a636334f062fb280c7911120da0521be0c /dir.h
parenthttp-push: use const for strings in signatures (diff)
downloadtgif-ebaaf316ca5b7317a945a1590e8dab4e39932fbb.tar.xz
http-push: refactor curl_easy_setup madness
We were doing (nearly) the same thing all over the place, in slightly different orders, different variable names, etc. Refactor most calls into two helper functions, one for GET and one for everything else, that do the heavy lifting leaving most callsites a lot cleaner in the process. Note that the setting of CURLOPT_PUT at the callsites of curl_setup_http() which previously didn't do it (eg. locking_available(), remote_ls()) is safe, since that option is deprecated in libcurl in place of, and has the same effect as, CURLOPT_UPLOAD. Signed-off-by: Dan McGee <dpmcgee@gmail.com> Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'dir.h')
0 files changed, 0 insertions, 0 deletions