make "git remote" report multiple URLs
commit7d20e2189e19f51662353ea853891e00882d29cc
authorMichael J Gruber <git@drmicha.warpmail.net>
Mon, 22 Sep 2008 08:57:51 +0000 (22 10:57 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Sep 2008 16:29:37 +0000 (22 09:29 -0700)
tree19faf53288e515322eb254b38f4846aaea9fa9a3
parent1f5a892e5209be329dda316edb0341066d62e3eb
make "git remote" report multiple URLs

This patch makes "git remote -v" and "git remote show" report multiple URLs
rather than warn about them. Multiple URLs are OK for pushing into
multiple repos simultaneously. Without "-v" each repo is shown once only.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-remote.c