commit | b03a71a660d15d76b63d7d3c5205b896f89f34b5 | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Sun Jan 11 18:23:38 2009 -0800 |
committer | Eric Wong <normalperson@yhbt.net> | Sun Jan 18 18:39:57 2009 -0800 |
tree | dc8130f50271494d32d71880753361443a1e9c49 | |
parent | 1ef626b4b6c70fc13062faafdccb2f0da7578a29 [diff] |
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 <normalperson@yhbt.net>