author | Jens Lehmann <Jens.Lehmann@web.de> | |
Wed, 10 Nov 2010 23:55:02 +0000 (00:55 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 12 Nov 2010 23:06:03 +0000 (15:06 -0800) | ||
commit | be254a0ea99b441a6c514cb8b25cd72357383700 | |
tree | 2bd92c9b1ad1c034f5f23945a2ac19530f841bd8 | tree | snapshot |
parent | 7dce19d374a37932e9d4c3a6202af407cf5114eb | commit | diff |
Add the 'fetch.recurseSubmodules' config setting
This new boolean option can be used to override the default for "git
fetch" and "git pull", which is to not recurse into populated submodules
and fetch all new commits there too.
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This new boolean option can be used to override the default for "git
fetch" and "git pull", which is to not recurse into populated submodules
and fetch all new commits there too.
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>