fast-import.c: replace `git_config()` with `git_config_get_*()` family
authorTanay Abhra <tanayabh@gmail.com>
Wed, 13 Aug 2014 12:22:56 +0000 (17:52 +0530)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Aug 2014 19:36:02 +0000 (12:36 -0700)
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 <tanayabh@gmail.com>
Reviewed-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found