]> git.ipfire.org Git - thirdparty/git.git/commit - transport.c
serialize collection of refs that contain submodule changes
authorHeiko Voigt <hvoigt@hvoigt.net>
Wed, 16 Nov 2016 15:11:05 +0000 (16:11 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Nov 2016 19:12:50 +0000 (11:12 -0800)
commit9cfa1c260fd10dadb2dfbb62f8e120a10cabfd06
tree85b17ee9450d0e121639b026c39dd1a43bf77b98
parent147394470c4be34038e520e74a017da6a3745e90
serialize collection of refs that contain submodule changes

We are iterating over each pushed ref and want to check whether it
contains changes to submodules. Instead of immediately checking each ref
lets first collect them and then do the check for all of them in one
revision walk.

Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
submodule.c
submodule.h
transport.c