builtin-remote: Make "remote show" display all urls
commit956d27a872a70f40f98c3f710553ef619959e212
authorMichael J Gruber <git@drmicha.warpmail.net>
Sat, 6 Jun 2009 15:16:30 +0000 (6 17:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Jun 2009 22:01:12 +0000 (8 15:01 -0700)
tree46b1a16bd1adbb0ea29af1fc03a3bb37ec84d26d
parent801a011dcf41f0415dee81f0500673e058bdee30
builtin-remote: Make "remote show" display all urls

Currently, "git remote -v" lists all urls whereas "git remote show
$remote" shows only the first. Make it so that both show all.

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