]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
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)
commitb03a71a660d15d76b63d7d3c5205b896f89f34b5
treedc8130f50271494d32d71880753361443a1e9c49
parent1ef626b4b6c70fc13062faafdccb2f0da7578a29
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>
git-svn.perl
t/t9133-git-svn-nested-git-repo.sh [new file with mode: 0755]