]> git.ipfire.org Git - thirdparty/git.git/commit - walker.c
Make pull() support fetching multiple targets at once
authorPetr Baudis <pasky@suse.cz>
Thu, 27 Jul 2006 21:56:17 +0000 (23:56 +0200)
committerJunio C Hamano <junkio@cox.net>
Fri, 28 Jul 2006 02:33:48 +0000 (19:33 -0700)
commit4211e4d10cd98b1aeed97bdb6cdebb9411956bb5
tree223090ece6a5e547e1e825051d9ca902b2977173
parentc6b69bdbc1b0b914aa0d1e59a29305fce82d6f06
Make pull() support fetching multiple targets at once

pull() now takes an array of arguments instead of just one of each kind.
Currently, no users use the new capability, but that'll change.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
fetch.c
fetch.h
http-fetch.c
local-fetch.c
ssh-fetch.c