fast-import: fix option parser for no-arg options
authorSverre Rabbelier <srabbelier@gmail.com>
Thu, 5 May 2011 18:56:00 +0000 (20:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 May 2011 04:21:24 +0000 (21:21 -0700)
While refactoring the options parser in bc3c79a (fast-import: add
(non-)relative-marks feature, 2009-12-04), it was made too lenient
for options that take no argument, fix that.

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