On Wed, Jan 02, 2008 at 04:39:24PM +0600, Imran M Yousuf [off-list ref] wrote:
"git-submodule add". An entry for a submodule in that file looks like:
[submodule "a"]
path = a
url = /home/imyousuf/projects/git-projs/smart-sip/submodules/a/.git
that means: the submodule is under /root_of_the_repo/a/ and the repo
should be cloned from $url (to a/) when one clones the parent repo and
runs git submodule init
- VMiklos