Skip to content
Commit 839ef774 authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

plugins/sources/git.py: Avoid downloading unused submodules

Currently we have configuration in place to disable use of
submodules, with the `checkout-submodules` git plugin option
and the individual `checkout` options for each submodule, but
these unused submodules are still downloaded at fetch time.

This patch fixes the plugin to just completely ignore the
submodules which are configured to be unused.

This was previously fixed in the master branch by !996, and
this patch backports the relevant fix to the 1.2 branch,
fixing issue #804.
parent dc85c5e7
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment