batch check whether submodule needs pushing into one call
commit5b6607d23f8a262e1c0ede954f0477664934eed8
authorHeiko Voigt <hvoigt@hvoigt.net>
Wed, 16 Nov 2016 15:11:06 +0000 (16 16:11 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Nov 2016 19:12:50 +0000 (16 11:12 -0800)
tree49c9ad92ab50e0939ef48c8f7abc0adb2d3a64d4
parent9cfa1c260fd10dadb2dfbb62f8e120a10cabfd06
batch check whether submodule needs pushing into one call

We run a command for each sha1 change in a submodule. This is
unnecessary since we can simply batch all sha1's we want to check into
one command. Lets do it so we can speedup the check when many submodule
changes are in need of checking.

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