From: Michael Milligan Date: Tue, 5 Jun 2007 06:06:30 +0000 (-0600) Subject: git-cvsimport: Make sure to use $git_dir always instead of .git sometimes X-Git-Tag: v1.5.2.2~22 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/23fcdc79713c47a6a0d50762b9311c9933a60d3f?ds=inline;hp=23fcdc79713c47a6a0d50762b9311c9933a60d3f git-cvsimport: Make sure to use $git_dir always instead of .git sometimes 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 ---