[PATCH 5/5] Add gitmodules(5)
From: Lars Hjemli <hidden>
Date: 2016-06-15 22:43:15
(readded the gitlist) On 6/12/07, Johannes Sixt [off-list ref] wrote:
Lars Hjemli wrote:quoted
Multiple checkout paths for a single submodule will bring havoc on this plan, so I need to ask: what is the use-case for multiple checkout paths?A use-case is the admin directory in the KDE repository. It has: KDE (superproject) +- kdelibs (subproject) | +- admin (subproject) | +- subdir1 | +- ... +- kdebase (subproject) | +- admin (subproject) | +- subdir2 | +- ... +- kdenetwork (subproject) | +- admin (subproject) | +- subdir3 | +- ... ...
But in this case, 'admin' isn't a submodule/subproject contained by KDE, right? It's contained in three different submodules/subprojects: kdelibs, kdebase and kdenetwork. -- larsh