From: Jonathan Nieder Date: Thu, 29 Oct 2009 08:10:30 +0000 (-0500) Subject: clone: detect extra arguments X-Git-Tag: v1.6.5.3~30 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d52dc4b10b2f78dc24ea05e88ddc25ee0f46491e?ds=inline;hp=d52dc4b10b2f78dc24ea05e88ddc25ee0f46491e clone: detect extra arguments If git clone is given more than two non-option arguments, it silently throws away all but the first one. Complain instead. Discovered by comparing the new builtin clone to the old git-clone.sh. Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---