]> git.ipfire.org Git - thirdparty/git.git/commit - remote.c
Add the configuration option skipFetchAll
authorBjörn Gustavsson <bgustavsson@gmail.com>
Mon, 9 Nov 2009 20:11:06 +0000 (21:11 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Nov 2009 09:01:07 +0000 (01:01 -0800)
commit7cc91a2f71c95b4e695549b91c4b629f56887a1a
tree0838c6b8f23aaf3095332629ce863a2cdb43e939
parent16679e373fa85a75c85e6e3b4ae5cd58a89a4114
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>
Documentation/config.txt
builtin-fetch.c
remote.c
t/t5514-fetch-multiple.sh