fast-import: use git_path() for accessing .git dir instead of get_git_dir()
commitaaa26805add2a8dedf00dda94c816b60479381c6
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 30 Nov 2014 08:24:34 +0000 (30 15:24 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Dec 2014 19:00:12 +0000 (1 11:00 -0800)
tree32cbaf0e63a3b8384ed5618e93d255bdc22343e7
parent1fdc2abf1b09e2c6971b189a8a36430a34c280b6
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