Re: [git-users] Submodules list from a mirror.

2016-06-22 Thread Anand Desai
If the superproject knows it's submodules( which it does), is there a way to extract that info from a mirror of the super project? On Jun 22, 2016 02:09, "Philip Oakley" <philipoak...@iee.org> wrote: > - Original Message - > > *From:* Anand Desai <desai.

[git-users] Submodules list from a mirror.

2016-06-21 Thread Anand Desai
Hello, Is there way to get a list of submodules from a mirror? I dont want to clone the mirror, init submodules and then get the list. On a related topic: git clone --recursive --mirror https://git.openstack.org/openstack/openstack This does not work either. is there way to accomplish