author | Jens Lehmann <Jens.Lehmann@web.de> | |
Sun, 6 Mar 2011 22:11:48 +0000 (23:11 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 9 Mar 2011 21:10:35 +0000 (13:10 -0800) | ||
commit | 1fb2550202d6f88d90121624c1fac0b81ff8c33f | |
tree | 8c0ec680547c297a8cc9bf9a6f8313c89d3d0eec | tree | snapshot |
parent | 8f0700dd33f63e594b9b34c84efe94e670ea4f45 | commit | diff |
config: teach the fetch.recurseSubmodules option the 'on-demand' value
To enable the user to change the default behavior of "git fetch" and "git
pull" regarding submodule recursion add the new "on-demand" value which
has just been added to the "--recurse-submodules" command line option.
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
To enable the user to change the default behavior of "git fetch" and "git
pull" regarding submodule recursion add the new "on-demand" value which
has just been added to the "--recurse-submodules" command line option.
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | diff | blob | history | |
submodule.c | diff | blob | history | |
t/t5526-fetch-submodules.sh | diff | blob | history |