author | Björn Gustavsson <bgustavsson@gmail.com> | |
Mon, 9 Nov 2009 20:11:06 +0000 (21:11 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 10 Nov 2009 09:01:07 +0000 (01:01 -0800) | ||
commit | 7cc91a2f71c95b4e695549b91c4b629f56887a1a | |
tree | 0838c6b8f23aaf3095332629ce863a2cdb43e939 | tree | snapshot |
parent | 16679e373fa85a75c85e6e3b4ae5cd58a89a4114 | commit | diff |
Add the configuration option skipFetchAll
Implement the configuration skipFetchAll option to allow
certain remotes to be skipped when doing 'git fetch --all' and
'git remote update'. The existing skipDefaultUpdate variable
is still honored (by 'git fetch --all' and 'git remote update').
(If both are set in the configuration file with different values,
the value of the last occurrence will be used.)
Signed-off-by: Björn Gustavsson <bgustavsson@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Implement the configuration skipFetchAll option to allow
certain remotes to be skipped when doing 'git fetch --all' and
'git remote update'. The existing skipDefaultUpdate variable
is still honored (by 'git fetch --all' and 'git remote update').
(If both are set in the configuration file with different values,
the value of the last occurrence will be used.)
Signed-off-by: Björn Gustavsson <bgustavsson@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | diff | blob | history | |
builtin-fetch.c | diff | blob | history | |
remote.c | diff | blob | history | |
t/t5514-fetch-multiple.sh | diff | blob | history |