]> git.ipfire.org Git - thirdparty/git.git/commit - config.c
config: add git_config_get_split_index()
authorChristian Couder <christian.couder@gmail.com>
Mon, 27 Feb 2017 18:00:00 +0000 (19:00 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Mar 2017 21:24:21 +0000 (13:24 -0800)
commit1f44b09b5891aa0dc30cc7b7fff0d29b985a5af6
tree7f3d2049b811565e269e5cec2477ed1b696a4cb9
parent5662176313935abb2035a12e14d701c756d9ac96
config: add git_config_get_split_index()

This new function will be used in a following commit to know
if we want to use the split index feature or not.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
config.c