From: Elijah Newren Date: Sat, 28 Feb 2009 19:56:49 +0000 (-0700) Subject: Ensure proper setup of git_dir for git-hash-object X-Git-Tag: v1.6.2.1~7^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/272459a3b809db19d15131eb5df9dfe939af9c8c?hp=272459a3b809db19d15131eb5df9dfe939af9c8c Ensure proper setup of git_dir for git-hash-object Call setup_git_directory() before git_config() to make sure git_dir is set to the proper value. Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano ---