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

This new function will be used in a following commit to get the
value of the "splitIndex.maxPercentChange" config variable.

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