commit | 7d20e2189e19f51662353ea853891e00882d29cc | [log] [tgz] |
---|---|---|
author | Michael J Gruber <git@drmicha.warpmail.net> | Mon Sep 22 10:57:51 2008 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Sep 22 09:29:37 2008 -0700 |
tree | 19faf53288e515322eb254b38f4846aaea9fa9a3 | |
parent | 1f5a892e5209be329dda316edb0341066d62e3eb [diff] |
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>