summaryrefslogtreecommitdiff
path: root/RelNotes
diff options
context:
space:
mode:
authorTanay Abhra <tanayabh@gmail.com>2014-08-07 16:21:18 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-08-07 20:33:26 (GMT)
commitb27a5720996172fbb2cc809f88f4eea09b5bbc42 (patch)
treef9bea2c098bdc64016ffd22e3604ea84c8e7f33a /RelNotes
parent6881f0ccb4365d1beb1673f740952064d204bd50 (diff)
downloadgit-b27a5720996172fbb2cc809f88f4eea09b5bbc42.zip
git-b27a5720996172fbb2cc809f88f4eea09b5bbc42.tar.gz
git-b27a5720996172fbb2cc809f88f4eea09b5bbc42.tar.bz2
read-cache.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. Use an intermediate value, as `version` can not be used directly in git_config_get_int() due to incompatible type. 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>
Diffstat (limited to 'RelNotes')
0 files changed, 0 insertions, 0 deletions