fast-import.c: replace `git_config()` with `git_config_get_*()` family
authorTanay Abhra <redacted>
Wed, 13 Aug 2014 12:22:56 +0000 (17:52 +0530)
committerJunio C Hamano <redacted>
Wed, 13 Aug 2014 19:36:02 +0000 (12:36 -0700)
commit536900e5b24f8341bcaf2a26371fcd3ca417eef9
treef50c8438c2387005a050301bf43b3ee09c859146
parent540b0f497701fca2749de86c58bc16f44fcb30b5
fast-import.c: replace `git_config()` with `git_config_get_*()` family

Use `git_config_get_*()` family instead of `git_config()` to take
advantage of the config-set API which provides a cleaner control flow.

Signed-off-by: Tanay Abhra <redacted>
Reviewed-by: Matthieu Moy <redacted>
Signed-off-by: Junio C Hamano <redacted>
fast-import.c
git clone https://git.99rst.org/PROJECT