remote: check for superfluous arguments in 'git remote add'

The 'git remote add' subcommand did not check for superfluous command
line arguments.  Make it so.

Signed-off-by: Thomas Rast <trast@inf.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Thomas Rast
2013-04-24 15:54:36 +02:00
committed by Junio C Hamano
parent abf5f8723c
commit 2d2e3d2559
2 changed files with 2 additions and 2 deletions

View File

@ -1020,7 +1020,7 @@ test_extra_arg () {
"
}
test_extra_arg -f add nick url
test_extra_arg add nick url
test_extra_arg rename origin newname
test_extra_arg remove origin
test_extra_arg set-head origin master