commit | 111791559e69011a6d55f053393d154a1840b4f5 | [log] [tgz] |
---|---|---|
author | Tanay Abhra <tanayabh@gmail.com> | Thu Aug 07 09:21:25 2014 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Aug 07 13:33:29 2014 -0700 |
tree | a3949213927f3f10a2e3e76380bff5e3794192d9 | |
parent | ef7e1d0cdac8f55290f60c78dca00bfb84e7a925 [diff] |
alias.c: replace `git_config()` with `git_config_get_string()` Use `git_config_get_string()` 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>