fast-import: test the new option command
commit91d578a91f3c9d2371d3f6b988b57cc0653a19c9
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 6 Sep 2009 14:35:48 +0000 (6 16:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 6 Sep 2009 19:02:36 +0000 (6 12:02 -0700)
tree3123e701a13645ef0a3d48e7df07d50279455d95
parent4793a9563e40215ac86750d6c0003b40dfddc49f
fast-import: test the new option command

Test three options (quiet and import/export-marks) and verify that the
commandline options override these.

Also make sure that a option command without a preceeding feature
git-options command is rejected and that non-git options are ignored.

Lastly, make sure that git options that we do not recognise are
ignored as well, but that they 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