t/t91XX-svn: start removing use of "git-" from these tests
authorNanako Shiraishi <nanako3@lavabit.com>
Mon, 8 Sep 2008 10:02:05 +0000 (19:02 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Sep 2008 21:18:04 +0000 (14:18 -0700)
commit16805d3e59250769f409480ca3cb739281bc906c
treec447912506cacebaf3b7e5496196aa99abafd256
parent24fa13cbb7c520f787370b471b4f04652fbb68d5
t/t91XX-svn: start removing use of "git-" from these tests

Subversion tests use too many "git-foo" form, so I am converting them
in two steps.

This first step replaces literal strings "remotes/git-svn" and "git-svn-id"
by introducing $remotes_git_svn and $git_svn_id constants defined as shell
variables.  This will reduce the number of false hits from "git grep".

Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
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