]> git.ipfire.org Git - thirdparty/git.git/commit - imap-send.c
imap-send.c: replace `git_config()` with `git_config_get_*()` family
authorTanay Abhra <tanayabh@gmail.com>
Thu, 7 Aug 2014 16:21:24 +0000 (09:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Aug 2014 20:33:28 +0000 (13:33 -0700)
commitef7e1d0cdac8f55290f60c78dca00bfb84e7a925
tree309085dd8f10af329ec0679878622e8286721e47
parent586f414a89d13fc0ea38121528c863f3726bc18b
imap-send.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 <tanayabh@gmail.com>
Reviewed-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
imap-send.c