fast-import: remove duplicated option-parsing line
commit6db29ab21346aee75f975fd27e4e87b423ed8476
authorJeff King <peff@peff.net>
Thu, 15 Oct 2020 19:34:11 +0000 (15 15:34 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Oct 2020 15:48:47 +0000 (16 08:48 -0700)
tree278e08308f81297f8ca19ac7446715314be0d88b
parenta5fa49ff0a8f3252c6bff49f92b85e7683868f8a
fast-import: remove duplicated option-parsing line

Commit 1bdca81641 (fast-import: add options for rewriting submodules,
2020-02-22) accidentally added two lines parsing the option
"rewrite-submodules-from". This didn't do anything in practice, because
they're in an if/else chain and so the second one can never trigger.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fast-import.c