https://bugs.kde.org/show_bug.cgi?id=362687
Bug ID: 362687 Summary: Enable kdesrc-build to handle Git Submodules Product: kdesrc-build Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general Assignee: mp...@kde.org Reporter: cordlandw...@kde.org Currently, kdesrc-build does not respect when Git repositories have submodules and one has to checkout all of them by hand and update them by hand. I see two possible ways how to provide this feature: 1) by default handle every repository as it had submodules: "git clone --recursive" should not be disruptive as well as "git submodule update --recursive" should not harm a repository with submodules IMHO 2) provide an option for the Git call of a module to specifically enable submodule handling. Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.