fast-import: use git_path() for accessing .git dir instead of get_git_dir()
commit130f6f491afef3c10ed4fbe65d34d4faee6ef206
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 13 Jul 2014 04:50:46 +0000 (13 11:50 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jul 2014 01:26:54 +0000 (13 18:26 -0700)
treed0eb541bb3bd9433f861ffb10d83efb0e51e4191
parent4127719f656a3bcaad127cd84d2b5f37710bedab
fast-import: use git_path() for accessing .git dir instead of get_git_dir()

This allows git_path() to redirect info/fast-import to another place
if needed

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fast-import.c