git-cvsimport: force checkout of working tree after initial import
commit7051c3b1294a110a862a7b48e983490fba32389f
authorGerrit Pape <pape@smarden.org>
Thu, 28 Jun 2007 11:12:07 +0000 (28 11:12 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Jun 2007 04:16:53 +0000 (28 21:16 -0700)
tree239e89208e6315158e9700a2e00521de7c83a0d1
parentf57882505efe05990102a0d96b37c09baadae03d
git-cvsimport: force checkout of working tree after initial import

When creating a brand new git repository through git-cvsimport (not
incremental import), force a checkout of HEAD of master as working tree
after successful import using the -f switch to git checkout.  Otherwise
the working tree is empty, and all files are reported as 'deleted' by
git status.

This was noticed and reported by Cameron Dale through
 http://bugs.debian.org/430903

Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsimport.perl