From: Eric Wong Date: Mon, 12 Jan 2009 02:23:38 +0000 (-0800) Subject: git-svn: avoid importing nested git repos X-Git-Tag: v1.6.2-rc0~128^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b03a71a660d15d76b63d7d3c5205b896f89f34b5?hp=b03a71a660d15d76b63d7d3c5205b896f89f34b5 git-svn: avoid importing nested git repos 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 ---