From: Michael J Gruber Date: Mon, 22 Sep 2008 08:57:51 +0000 (+0200) Subject: make "git remote" report multiple URLs X-Git-Tag: v1.6.0.3~53^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7d20e2189e19f51662353ea853891e00882d29cc?hp=7d20e2189e19f51662353ea853891e00882d29cc 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 Signed-off-by: Junio C Hamano ---