Re: [PATCH 5/5] Add gitmodules(5)
From: Lars Hjemli <hidden>
Date: 2016-06-15 22:43:15
On 6/12/07, Josef Weidendorfer [off-list ref] wrote:
On Tuesday 12 June 2007, Lars Hjemli wrote:quoted
I would not expect the KDE 'supersuperproject' to know about admin at all, neither in its index nor .gitmodules.The admin submodule contains KDE specific things. So of course it also would be a submodule in the grand whole KDE superduper module.
Aha! But as you say:
But that does not really matter.
Exactly.
However, to not have a lot of copies of the admin submodule in .git/submodule/admin .git/submodule/kdelibs/.git/submodule/admin .git/submodule/kdebase/.git/submodule/admin .git/submodule/kdenetwork/.git/submodule/admin the just suggested submodule.<name>.repopath to specify a repository outside of .git/submodule to be shared by kdelibs,kdebase,... would be fine.
Yes, repopath would work out nice for KDE (which btw seems to be a great test-case for git-submodule) -- larsh