fast-import: test the new option command
authorSverre Rabbelier <srabbelier@gmail.com>
Fri, 4 Dec 2009 17:06:58 +0000 (18:06 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Dec 2009 00:10:39 +0000 (16:10 -0800)
Test the quiet option and verify that the commandline options
override it.

Also make sure that an unknown option command is rejected and that
non-git options are ignored.

Lastly, show that unknown options are rejected when parsed on the
commandline.

Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found