fast-import: put option parsing code in separate functions
commit7ba92dd802d74257cb674459061e06dcf1aca875
authorSverre Rabbelier <srabbelier@gmail.com>
Wed, 2 Sep 2009 17:56:58 +0000 (2 19:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Sep 2009 01:56:18 +0000 (2 18:56 -0700)
tree11c4e5395a9d1f9437a0711275389404f89c93d0
parent6ffd781226f04629eff63a684b47ad7555143312
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