From: Björn Gustavsson Date: Mon, 9 Nov 2009 20:10:32 +0000 (+0100) Subject: Teach the --multiple option to 'git fetch' X-Git-Tag: v1.6.6-rc1~44^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/16679e373fa85a75c85e6e3b4ae5cd58a89a4114?hp=16679e373fa85a75c85e6e3b4ae5cd58a89a4114 Teach the --multiple option to 'git fetch' Add the --multiple option to specify that all arguments are either groups or remotes. The primary reason for adding this option is to allow us to re-implement 'git remote update' using fetch. It would have been nice if this option was not needed, but since the colon in a refspec is optional, it is in general not possible to know whether a single, colon-less argument is a remote or a refspec. Signed-off-by: Björn Gustavsson Signed-off-by: Junio C Hamano ---