git-svn: bugfix: allow SVN:: lib users to track the root of the repository
commit308906fa6e98132cab839a4f42701386fba368ef
authorEric Wong <normalperson@yhbt.net>
Fri, 11 Aug 2006 18:11:29 +0000 (11 11:11 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 11 Aug 2006 23:21:51 +0000 (11 16:21 -0700)
tree9e8373841bc2502d1da46bd51b98ab8c95177dda
parent17a10f3709c211769c9fada79bd1608aa64f6080
git-svn: bugfix: allow SVN:: lib users to track the root of the repository

I'm not sure if anybody has hit this (besides me), but this
fixes the problem where I ran into while attempting to import a
small repo at the root level:  I ended up with all the commits, but
with no file/tree changes at all throughout the entire history.

Also, fix a warning if the commit message is not defined for revision 0.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl