call git_config() after setup_git_directory()
authorJunio C Hamano <junkio@cox.net>
Thu, 9 Feb 2006 22:41:39 +0000 (14:41 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 9 Feb 2006 22:41:39 +0000 (14:41 -0800)
commitce1610ead63221738225c415300f3d32620ced04
tree88de99ec7d616a45bb2bc16cc86ed9a0fd78a2d4
parent147cf31738e5e66aa304897ede6b556d4e204967
call git_config() after setup_git_directory()

If you call setup_git_directory() to work from a subdirectory,
that should be run first before running git_config().  Otherwise
you would not read the configuration file from the correct place.

Signed-off-by: Junio C Hamano <junkio@cox.net>
commit-tree.c
show-branch.c