git-cvsimport: Make sure to use $git_dir always instead of .git sometimes
authorMichael Milligan <milli@acmeps.com>
Tue, 5 Jun 2007 06:06:30 +0000 (00:06 -0600)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jun 2007 22:23:35 +0000 (15:23 -0700)
CVS import was failing on a couple repos I was trying to import.
I was setting GIT_DIR=newproj.git and using the -i flag, but this bug
was thwarting the effort... evil CVS.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found