Re: [PATCH v4 1/3] fetch: add test to make sure we stay backwards compatible

2017-10-17 Thread Stefan Beller
On Mon, Oct 16, 2017 at 6:57 AM, Heiko Voigt wrote: > The current implementation of submodules supports on-demand fetch if > there is no .gitmodules entry for a submodule. Let's add a test to > document this behavior. > > Signed-off-by: Heiko Voigt > --- >

[PATCH v4 1/3] fetch: add test to make sure we stay backwards compatible

2017-10-16 Thread Heiko Voigt
The current implementation of submodules supports on-demand fetch if there is no .gitmodules entry for a submodule. Let's add a test to document this behavior. Signed-off-by: Heiko Voigt --- t/t5526-fetch-submodules.sh | 42 +- 1 file