summaryrefslogtreecommitdiff
path: root/t/t9133-git-svn-nested-git-repo.sh
AgeCommit message (Collapse)AuthorFilesLines
2009-01-18git-svn: avoid importing nested git reposLibravatar Eric Wong1-0/+101
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>