fast-import: put option parsing code in separate functions
commit0f6927c2296d6f92f3f233fe9e073c30ca66e0ce
authorSverre Rabbelier <srabbelier@gmail.com>
Fri, 4 Dec 2009 17:06:54 +0000 (4 18:06 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Dec 2009 00:08:53 +0000 (4 16:08 -0800)
tree2e13ad627a4269eb1a807aee0fb98b77fc3edc61
parent1a56be134f9477296a7ade040e8b802bf3a643a1
fast-import: put option parsing code in separate functions

Putting the options in their own functions increases readability of
the option parsing block and makes it easier to reuse the option
parsing code later on.

Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fast-import.c