]> git.ipfire.org Git - thirdparty/git.git/commit - remote-curl.c
remote-curl: send the refs to fetch-pack on stdin
authorIvan Todoroski <grnch@gmx.net>
Mon, 2 Apr 2012 15:14:44 +0000 (17:14 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Apr 2012 21:49:18 +0000 (14:49 -0700)
commit8150749da19a3e17623fc40320454afe89e04ca4
tree1a912c45551fe0863f0dec375cfb20af716b15fa
parent078b895fefdca94995862a4cc8644198b00a89bf
remote-curl: send the refs to fetch-pack on stdin

Now that we can throw an arbitrary number of refs at fetch-pack using
its --stdin option, we use it in the remote-curl helper to bypass the
OS command line length limit.

Signed-off-by: Ivan Todoroski <grnch@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote-curl.c