fast-import: test the new option command
commit2792f26c3e93c268732957b71c0390a1efe14d7e
authorSverre Rabbelier <srabbelier@gmail.com>
Fri, 4 Dec 2009 17:06:58 +0000 (4 18:06 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Dec 2009 00:10:39 +0000 (4 16:10 -0800)
tree14c61d4b1bec3cce49eea72709f66b15b6aa970d
parent9c8398f0c9d1fc92df5c1a7a52c810294d8ac3f8
fast-import: test the new option command

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>
t/t9300-fast-import.sh