From: Nguyễn Thái Ngọc Duy Date: Sun, 9 Dec 2007 10:14:39 +0000 (+0700) Subject: Remove repo version check from setup_git_directory X-Git-Tag: v1.5.4-rc0~34 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bb4e3527b5d59a2db406dfa6519927a97d61770d;p=git.git Remove repo version check from setup_git_directory setup_git_directory_gently has done the check already. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/setup.c b/setup.c index e96a31645..b59dbe7f5 100644 --- a/setup.c +++ b/setup.c @@ -388,7 +388,6 @@ int check_repository_format(void) const char *setup_git_directory(void) { const char *retval = setup_git_directory_gently(NULL); - check_repository_format(); /* If the work tree is not the default one, recompute prefix */ if (inside_work_tree < 0) {