]> git.ipfire.org Git - thirdparty/git.git/commit - config.c
config: drop git_config_early
authorJeff King <peff@peff.net>
Fri, 11 Mar 2016 22:37:03 +0000 (17:37 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 Mar 2016 23:02:23 +0000 (15:02 -0800)
commit801818680ab907abf347fbdc48623f43a49beee9
treee466ddf8d2dcb815e3ffce5084638ec9810c3893
parent21627f9b6ddddfeb40a53e116459a86be0520a4e
config: drop git_config_early

There are no more callers, and it's a rather confusing
interface. This could just be folded into
git_config_with_options(), but for the sake of readability,
we'll leave it as a separate (static) helper function.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-config.txt
cache.h
config.c