Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-07-08 23:14:59 +0300
committerJunio C Hamano <gitster@pobox.com>2021-07-08 23:14:59 +0300
commita515f26eac9f581bf5acc389ac881a6a56bc6ef8 (patch)
tree12dc631c07683fdf8bb0fe89545e0b55ef996ff2 /t/t9100-git-svn-basic.sh
parent4677587e574aee4d9b07da4984cb3560162368d5 (diff)
parentabcb66c614c574cfa1afccb230bf22cbde4d5557 (diff)
Merge branch 'ar/typofix'
Typofixes. * ar/typofix: *: fix typos which duplicate a word
Diffstat (limited to 't/t9100-git-svn-basic.sh')
-rwxr-xr-xt/t9100-git-svn-basic.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9100-git-svn-basic.sh b/t/t9100-git-svn-basic.sh
index d5563ec35f..fea41b3c36 100755
--- a/t/t9100-git-svn-basic.sh
+++ b/t/t9100-git-svn-basic.sh
@@ -322,7 +322,7 @@ test_expect_success 'git-svn works in a bare repository' '
git svn fetch ) &&
rm -rf bare-repo
'
-test_expect_success 'git-svn works in in a repository with a gitdir: link' '
+test_expect_success 'git-svn works in a repository with a gitdir: link' '
mkdir worktree gitdir &&
( cd worktree &&
git svn init "$svnrepo" &&