diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2021-04-16 12:49:59 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-04-16 13:36:55 -0700 |
commit | 32f67888d85bd0af30b857a29ca25a55999b6d01 (patch) | |
tree | d0ac80a58292ef6bee2faade6fea392045c44032 /t/lib-gitweb.sh | |
parent | maintenance: use 'git fetch --prefetch' (diff) | |
download | tgif-32f67888d85bd0af30b857a29ca25a55999b6d01.tar.xz |
maintenance: respect remote.*.skipFetchAll
If a remote has the skipFetchAll setting enabled, then that remote is
not intended for frequent fetching. It makes sense to not fetch that
data during the 'prefetch' maintenance task. Skip that remote in the
iteration without error. The skip_default_update member is initialized
in remote.c:handle_config() as part of initializing the 'struct remote'.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/lib-gitweb.sh')
0 files changed, 0 insertions, 0 deletions