]> git.ipfire.org Git - thirdparty/git.git/commit - path.c
enter_repo: avoid duplicating logic, use is_git_directory() instead
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Mon, 28 Sep 2015 13:06:13 +0000 (20:06 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Sep 2015 17:46:22 +0000 (10:46 -0700)
commit0f64cc407f32f979c8bcfa7d3d9b24d8e023df35
tree62deb9f13bd3ba946fc56d3f8a0b0abea320203f
parent31041209fee1ebc6420b069e9c1e283241496545
enter_repo: avoid duplicating logic, use is_git_directory() instead

It matters for linked checkouts where 'refs' directory won't be
available in $GIT_DIR. is_git_directory() knows about $GIT_COMMON_DIR
and can handle this case.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
path.c
t/t0002-gitfile.sh