]> git.ipfire.org Git - thirdparty/git.git/commit - config.c
Add git_config_early()
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 26 Nov 2010 15:32:33 +0000 (22:32 +0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Dec 2010 22:34:24 +0000 (14:34 -0800)
commitdbdf5854b21852676de6a8baf052147217ce809b
tree0da4313994e3c25128686156f6afeb34c3bc87c9
parent80d868b068b9e68a4aac91be578a8f097f45d8da
Add git_config_early()

This version of git_config() will be used during repository setup.
As a repository is being set up, $GIT_DIR is not nailed down yet,
git_pathdup() should not be used to get $GIT_DIR/config.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
config.c