]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
git-svn: migrate out of contrib
authorEric Wong <normalperson@yhbt.net>
Thu, 6 Jul 2006 07:14:16 +0000 (00:14 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 7 Jul 2006 00:02:47 +0000 (17:02 -0700)
commit60d02ccc18408e54ace8692532fcc73d4035b3c2
tree9a1b0168d492f19c35aa6aaa6d6c3ddd23d907eb
parentc31cfb3db3decf36874273a97f54f3d597e98efe
git-svn: migrate out of contrib

Allow NO_SVN_TESTS to be defined to skip git-svn tests.  These
tests are time-consuming due to SVN being slow, and even more so
if SVN Perl libraries are not available.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
14 files changed:
.gitignore
Documentation/git-svn.txt [moved from contrib/git-svn/git-svn.txt with 100% similarity]
Makefile
contrib/git-svn/.gitignore [deleted file]
contrib/git-svn/Makefile [deleted file]
git-svn.perl [moved from contrib/git-svn/git-svn.perl with 99% similarity]
t/Makefile
t/lib-git-svn.sh [moved from contrib/git-svn/t/lib-git-svn.sh with 64% similarity]
t/t9100-git-svn-basic.sh [moved from contrib/git-svn/t/t0000-contrib-git-svn.sh with 98% similarity, mode: 0755]
t/t9101-git-svn-props.sh [moved from contrib/git-svn/t/t0001-contrib-git-svn-props.sh with 100% similarity, mode: 0755]
t/t9102-git-svn-deep-rmdir.sh [moved from contrib/git-svn/t/t0002-deep-rmdir.sh with 100% similarity, mode: 0755]
t/t9103-git-svn-graft-branches.sh [moved from contrib/git-svn/t/t0003-graft-branches.sh with 100% similarity, mode: 0755]
t/t9104-git-svn-follow-parent.sh [moved from contrib/git-svn/t/t0004-follow-parent.sh with 100% similarity, mode: 0755]
t/t9105-git-svn-commit-diff.sh [moved from contrib/git-svn/t/t0005-commit-diff.sh with 100% similarity, mode: 0755]