git remote update: Report error for non-existing groups
authorFinn Arne Gangstad <finnag@pvv.org>
Mon, 6 Apr 2009 13:41:00 +0000 (15:41 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Apr 2009 04:51:19 +0000 (21:51 -0700)
Previosly, git remote update <non-existing-group> would just silently fail
and do nothing. Now it will report an error saying that the group does
not exist.

Signed-off-by: Finn Arne Gangstad <finnag@pvv.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found