Re: [RFC] Submodules in GIT
From: sf <hidden>
Date: 2016-08-11 20:44:51
Sven Verdoolaege wrote:
On Fri, Dec 01, 2006 at 11:02:15AM +0000, Andy Parkins wrote:quoted
On Friday 2006 December 01 10:42, Sven Verdoolaege wrote:quoted
He showed it to you in the example. The "submodule object" is the COMMIT of the submodule itself.That's no different from mine. I need more detail than that.You were proposing to create an extra object containing some random value that is disconnected from the repo.quoted
Is that commit in the submodule or the supermodule?It's in BOTH. That's why it's a *sub*module.
I would say it is only in the supermodule because that is the branch you are working on. If you are working on the submodule in an independent branch then you can pull from the submodule commit. But you do not want to pull the supermodule commit itself but only the commit in path libxcb (see my proposed syntax). Regards Stephan