git-remote: do not complain on multiple URLs for a remote
commit95775e5377960409a1b3ac4082dded7d17e14a46
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 Feb 2008 21:50:44 +0000 (27 13:50 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Feb 2008 22:01:32 +0000 (27 14:01 -0800)
treeb33867f808aa46d6b5b380dcee25a11b00a9c78e
parent2db511fdbdbe1c8aab80f4bc13f0df037bce8a33
git-remote: do not complain on multiple URLs for a remote

Having more than one URL for a remote is perfectly normal when
the remote is defined to push to multiple places.  Get rid of
the annoying "Warning" message.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-remote.perl