git-svn: avoid importing nested git repos
authorEric Wong <normalperson@yhbt.net>
Mon, 12 Jan 2009 02:23:38 +0000 (18:23 -0800)
committerEric Wong <normalperson@yhbt.net>
Mon, 19 Jan 2009 02:39:57 +0000 (18:39 -0800)
Some SVN repositories contain git repositories within them
(hopefully accidentally checked in). Since git refuses to track
nested ".git" repositories, this can be a problem when fetching
updates from SVN.

Thanks to Morgan Christiansson for the report and testing.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
No differences found