Handle invalid argc gently
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 14 Sep 2006 01:04:09 +0000 (05:04 +0400)
committerJunio C Hamano <junkio@cox.net>
Thu, 14 Sep 2006 18:48:11 +0000 (11:48 -0700)
describe, git: Handle argc==0 case the same way as argc==1.
merge-tree: Refuse excessive arguments.

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found