Re: [PATCH 4/4] submodule: add more tests for recursive submodule behavior

2016-03-24 Thread Stefan Beller
On Thu, Mar 24, 2016 at 5:25 PM, Eric Sunshine wrote: > On Thu, Mar 24, 2016 at 7:34 PM, Stefan Beller wrote: >> This adds a test for "submodule update", wich calls "submodule update" > > s/wich/which/ > >> from an untracked repository in the

Re: [PATCH 4/4] submodule: add more tests for recursive submodule behavior

2016-03-24 Thread Eric Sunshine
On Thu, Mar 24, 2016 at 7:34 PM, Stefan Beller wrote: > This adds a test for "submodule update", wich calls "submodule update" s/wich/which/ > from an untracked repository in the superproject. When doing creating Grammo: "doing creating" > the parent patch a similar test

[PATCH 4/4] submodule: add more tests for recursive submodule behavior

2016-03-24 Thread Stefan Beller
This adds a test for "submodule update", wich calls "submodule update" from an untracked repository in the superproject. When doing creating the parent patch a similar test failed for "submodule sync", but all tests passed for "submodule update". It took me a long time to figure out this was a