author | Nanako Shiraishi <nanako3@lavabit.com> | |
Mon, 8 Sep 2008 10:02:05 +0000 (19:02 +0900) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 8 Sep 2008 21:18:04 +0000 (14:18 -0700) | ||
commit | 16805d3e59250769f409480ca3cb739281bc906c | |
tree | c447912506cacebaf3b7e5496196aa99abafd256 | tree | snapshot |
parent | 24fa13cbb7c520f787370b471b4f04652fbb68d5 | commit | diff |
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>
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>