]> git.ipfire.org Git - thirdparty/git.git/commit - t/t9100-git-svn-basic.sh
t/lib-git-svn: drop $remote_git_svn and $git_svn_id
authorJeff King <peff@peff.net>
Fri, 13 May 2016 20:47:14 +0000 (16:47 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 May 2016 20:59:58 +0000 (13:59 -0700)
commite1c0c158b13bf78486d6cc2766d6cb69782c5173
tree5d5b4128f04bae8667afaf39666338c9f4687b64
parentedec3709db124a96134a64d8fd1117ca50f90f7c
t/lib-git-svn: drop $remote_git_svn and $git_svn_id

These variables were added in 16805d3 (t/t91XX-svn: start
removing use of "git-" from these tests, 2008-09-08) so that
running:

  git grep git-

would return fewer hits. At the time, we were transitioning
away from the use of the "dashed" git-foo form.

That transition has been over for years, and grepping for
"git-" in the test suite yields thousands of hits anyway
(all presumably false positives).

With their original purpose gone, these variables serve only
to obfuscate the tests. Let's get rid of them.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-git-svn.sh
t/t9100-git-svn-basic.sh
t/t9101-git-svn-props.sh
t/t9102-git-svn-deep-rmdir.sh
t/t9106-git-svn-commit-diff-clobber.sh
t/t9107-git-svn-migrate.sh
t/t9110-git-svn-use-svm-props.sh
t/t9111-git-svn-use-svnsync-props.sh
t/t9120-git-svn-clone-with-percent-escapes.sh
t/t9123-git-svn-rebuild-with-rewriteroot.sh
t/t9153-git-svn-rewrite-uuid.sh