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

2016-06-22 Thread Konstantin Khomoutov
On Wed, 22 Jun 2016 06:28:34 -0500 Anand Desai wrote: > 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? Yes. Fetch the revision of interest from that "mirror of the super project" and then either run something

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

2016-06-22 Thread Anand Desai
gt; *Sent:* Wednesday, June 22, 2016 2:16 AM > *Subject:* [git-users] Submodules list from a mirror. > > 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

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

2016-06-22 Thread Philip Oakley
- Original Message - From: Anand Desai To: Git for human beings Sent: Wednesday, June 22, 2016 2:16 AM Subject: [git-users] Submodules list from a mirror. Hello, Is there way to get a list of submodules from a mirror? I dont want to clone the mirror, init submodules

[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 t