]> git.ipfire.org Git - thirdparty/git.git/commit
http: make http_get_file() external
authorDerrick Stolee <derrickstolee@github.com>
Mon, 16 May 2022 20:11:02 +0000 (20:11 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 May 2022 22:02:09 +0000 (15:02 -0700)
commitc1d024b84378d099f6ff9bb74e442d17587f3081
treed4ddbfd69731223b08155f1d7d7cf2077c2edad3
parent1f6cf4508ed554b473bb1e5cf89df18f617fe2a2
http: make http_get_file() external

This method will be used in an upcoming extension of git-remote-curl to
download a single file over HTTP(S) by request.

Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c
http.h