]> git.ipfire.org Git - thirdparty/git.git/commit - http-push.c
http-push: refactor remote file/directory processing
authorNick Hengeveld <nickh@reactrix.com>
Sat, 11 Mar 2006 04:18:08 +0000 (20:18 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 11 Mar 2006 07:01:50 +0000 (23:01 -0800)
commit3030baa7f06e65d6de2d612d7edb94d22f27d239
treeffb41f74bf5783bcd3f2489c7c5d4b45c4398af0
parentbaa7b67d091acf4c666e79e386712bd5ea79326c
http-push: refactor remote file/directory processing

Replace single-use functions with one that can get a list of remote
collections and pass file/directory information to user-defined functions
for processing.

Signed-off-by: Junio C Hamano <junkio@cox.net>
http-push.c