git-svn: enable follow-parent functionality by default
--no-follow-parent disables and reverts it back to the old
default behavior of not following parents (if you don't care for
full history).
Signed-off-by: Eric Wong <normalperson@yhbt.net>
test \"\`git-cat-file blob refs/remotes/thunk:readme |\
@ -44,7 +44,7 @@ test_expect_success 'init and fetch from one svn-remote' "
@@ -44,7 +44,7 @@ test_expect_success 'init and fetch from one svn-remote' "
trunk:refs/remotes/svn/trunk &&
git-repo-config --add svn-remote.svn.fetch \
thunk:refs/remotes/svn/thunk &&
git-svn fetch --follow-parent -i svn/thunk &&
git-svn fetch -i svn/thunk &&
test \"\`git-rev-parse --verify refs/remotes/svn/trunk\`\" \
test \"\`git ls-tree --name-only r9270-t~1\`\" = \
\"\`git ls-tree --name-only r9270-t\`\"
@ -138,7 +138,7 @@ test_expect_success "track initial change if it was only made to parent" "
@@ -138,7 +138,7 @@ test_expect_success "track initial change if it was only made to parent" "
@ -148,19 +148,19 @@ test_expect_success "track initial change if it was only made to parent" "
@@ -148,19 +148,19 @@ test_expect_success "track initial change if it was only made to parent" "