Re: Issue with git submodule update --init --depth=1 submodA

2016-03-24 Thread Stefan Beller
On Wed, Mar 23, 2016 at 11:21 PM, Jared Davison wrote: > > > I've had a go at patching the git-submodule.sh code further to achieve > the result I'm seeking and it seems to work for me. Can you see a > problem with this? Welcome to Git development :) I think the code looks fine, as it solves you

Re: Issue with git submodule update --init --depth=1 submodA

2016-03-23 Thread Jared Davison
Hi Stefan and all, I think I may have found the answer to the question in the previous email. http://stackoverflow.com/questions/14872486/retrieve-specific-commit-from-a-remote-git-repository I have had success getting the submodule update --depth=1 command to run, but it didn't do what I expect

Re: Issue with git submodule update --init --depth=1 submodA

2016-03-23 Thread Jared Davison
Hello Stefan, Thank you for your very complete response to the various aspects of my email. It is much appreciated, and it is good to be part of a community that is so helpful! I wasn't aware of your recent work and commit so thank you, I've been able to read the diffs to your commit and learn mo

Re: Issue with git submodule update --init --depth=1 submodA

2016-03-23 Thread Stefan Beller
On Wed, Mar 23, 2016 at 1:28 AM, Jared Davison wrote: > Hello all, > > I have encountered a problem with using submodules. > > The problem occurs when using > > repo-parent$ git submodule update --init --depth=1 submodA > > Submodule 'submoduleA' (.../submoduleA.git) registered for path 'submodule

Issue with git submodule update --init --depth=1 submodA

2016-03-23 Thread Jared Davison
Hello all, I have encountered a problem with using submodules. The problem occurs when using repo-parent$ git submodule update --init --depth=1 submodA Submodule 'submoduleA' (.../submoduleA.git) registered for path 'submoduleA' Cloning into 'submoduleA'... Fetched in submodule path 'submoduleA