commit | 7cc91a2f71c95b4e695549b91c4b629f56887a1a | [log] [tgz] |
---|---|---|
author | Björn Gustavsson <bgustavsson@gmail.com> | Mon Nov 09 21:11:06 2009 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Nov 10 01:01:07 2009 -0800 |
tree | 0838c6b8f23aaf3095332629ce863a2cdb43e939 | |
parent | 16679e373fa85a75c85e6e3b4ae5cd58a89a4114 [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>