setup_git_directory(): check repository format version.
authorJunio C Hamano <junkio@cox.net>
Sat, 26 Nov 2005 00:08:48 +0000 (16:08 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 27 Nov 2005 09:32:59 +0000 (01:32 -0800)
commit22752e4c43e1bc864eaf1c2c015031a2b5e98a3b
tree1dc0816b6c98ef90985d2761f1ab80739e4fbc7d
parent4f629539cd99fb9fc68dbdc56812f291565d0f87
setup_git_directory(): check repository format version.

After figuring out the GIT_DIR location, make sure the
repository is of the right vintage, by calling
check_repository_format(). .

Signed-off-by: Junio C Hamano <junkio@cox.net>
setup.c