author | Junio C Hamano <junkio@cox.net> | |
Thu, 9 Feb 2006 22:41:39 +0000 (14:41 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 9 Feb 2006 22:41:39 +0000 (14:41 -0800) | ||
commit | ce1610ead63221738225c415300f3d32620ced04 | |
tree | 88de99ec7d616a45bb2bc16cc86ed9a0fd78a2d4 | tree | snapshot |
parent | 147cf31738e5e66aa304897ede6b556d4e204967 | commit | diff |
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>
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 | diff | blob | history | |
show-branch.c | diff | blob | history |