]> git.ipfire.org Git - thirdparty/git.git/commit
Add the 'fetch.recurseSubmodules' config setting
authorJens Lehmann <Jens.Lehmann@web.de>
Wed, 10 Nov 2010 23:55:02 +0000 (00:55 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Nov 2010 23:06:03 +0000 (15:06 -0800)
commitbe254a0ea99b441a6c514cb8b25cd72357383700
tree2bd92c9b1ad1c034f5f23945a2ac19530f841bd8
parent7dce19d374a37932e9d4c3a6202af407cf5114eb
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>
Documentation/config.txt
Documentation/fetch-options.txt
builtin/fetch.c
git-pull.sh
submodule.c
submodule.h
t/t5526-fetch-submodules.sh