Re: git pull defaults for recursesubmodules

2018-10-23 Thread Tommi Vainikainen
venient mail setup) is refreshed patch which also tests that. I included it in same patch to follow style of other tests in t5572-pull-submodule. -- Tommi Vainikainen From 5d4b495f7c68a2e99314fef90e538e0d44ec1056 Mon Sep 17 00:00:00 2001 From: Tommi Vainikainen Date: Wed, 24 Oct 2018 09:06:54 +

Re: git pull defaults for recursesubmodules

2018-10-23 Thread Tommi Vainikainen
ke 24. lokak. 2018 klo 0.57 Stefan Beller (sbel...@google.com) kirjoitti: > On Tue, Oct 23, 2018 at 2:04 PM Tommi Vainikainen wrote: > > I would expect that if git-config has fetch.recurseSubmodules set, > > also git pull should use this setting, or at least similar option such

git pull defaults for recursesubmodules

2018-10-23 Thread Tommi Vainikainen
implements this configuration usage, and a test case to show my expected behavior for git pull. -- Tommi Vainikainen From e4483ec5b3d9c38a6e30aa0ab9fa521cba582345 Mon Sep 17 00:00:00 2001 From: Tommi Vainikainen Date: Tue, 23 Oct 2018 23:47:58 +0300 Subject: [PATCH 1/1] pull: obey fetch.recurse