]> git.ipfire.org Git - thirdparty/git.git/commit - read-cache.c
read-cache: add and then use tweak_split_index()
authorChristian Couder <christian.couder@gmail.com>
Mon, 27 Feb 2017 18:00:02 +0000 (19:00 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Mar 2017 21:24:21 +0000 (13:24 -0800)
commit4392531211e48ead6bf2d27c58b208cd1e221eda
tree594216da4b591ce5979561ba0c5a8806e42ab7ec
parentcef4fc7ebe869e910d0fd5643cd60328ed76356a
read-cache: add and then use tweak_split_index()

This will make us use the split-index feature or not depending
on the value of the "core.splitIndex" config variable.

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