diff options
| author | Junio C Hamano <gitster@pobox.com> | 2009-05-21 07:28:07 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2009-05-21 07:28:07 -0700 |
| commit | 581412cb02cc79c566c9828a9cfbe7847b2c6df2 (patch) | |
| tree | c3239c5fa72512228b9f351ed8de0f2f6739c0e1 /t/t9129-git-svn-i18n-commitencoding.sh | |
| parent | fe87c92138d91e2002c46b06f8389814436de1cf (diff) | |
| parent | 36db1eddf972c88edf402b99e2366ad533635ab8 (diff) | |
| download | git-581412cb02cc79c566c9828a9cfbe7847b2c6df2.tar.gz | |
Merge git://git.bogomips.org/git-svn
* git://git.bogomips.org/git-svn:
git-svn: add --authors-prog option
git-svn: Set svn.authorsfile if it is passed to git svn clone
git-svn: Correctly report max revision when following deleted paths
git-svn: Fix for svn paths removed > log-window-size revisions ago
git-svn testsuite: use standard configuration for Subversion tools
Diffstat (limited to 't/t9129-git-svn-i18n-commitencoding.sh')
| -rwxr-xr-x | t/t9129-git-svn-i18n-commitencoding.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9129-git-svn-i18n-commitencoding.sh b/t/t9129-git-svn-i18n-commitencoding.sh index 3200ab38ef..d45fb73016 100755 --- a/t/t9129-git-svn-i18n-commitencoding.sh +++ b/t/t9129-git-svn-i18n-commitencoding.sh @@ -33,7 +33,7 @@ for H in ISO-8859-1 EUCJP ISO-2022-JP do test_expect_success "$H setup" ' mkdir $H && - svn import -m "$H test" $H "$svnrepo"/$H && + svn_cmd import -m "$H test" $H "$svnrepo"/$H && git svn clone "$svnrepo"/$H $H ' done |
