diff options
author | Stefan Beller <sbeller@google.com> | 2017-06-27 14:31:59 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-27 14:43:00 -0700 |
commit | e8906a9019799c0761ab5447b67582ffd9bae558 (patch) | |
tree | 8d4aa5bfcc4df14241d704f23dbfa97f8b81ba3e /builtin/remote-ext.c | |
parent | pull: optionally rebase submodules (remote submodule changes only) (diff) | |
download | tgif-e8906a9019799c0761ab5447b67582ffd9bae558.tar.xz |
builtin/fetch cleanup: always set default value for submodule recursing
The check for the default was introduced with 88a21979c5 (fetch/pull:
recurse into submodules when necessary, 2011-03-06), which replaced an
older construct (builtin/fetchs own implementation of the super-prefix)
introduced in be254a0ea9 (Add the 'fetch.recurseSubmodules' config setting,
2010-11-11) which made sense at the time as there was no default fetch
option for submodules at the time.
Set builtin/fetch.c#recurse_submodules_default to the same value as
submodule.c#config_fetch_recurse_submodules which is set via
set_config_fetch_recurse_submodules, such that the condition for checking
whether we have to set the default value becomes unnecessary.
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/remote-ext.c')
0 files changed, 0 insertions, 0 deletions