From: Junio C Hamano Date: Wed, 18 Oct 2017 05:19:10 +0000 (+0900) Subject: Merge branch 'ks/test-readme-phrasofix' into maint X-Git-Tag: v2.15.0-rc2~5^2~19 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8e81361a0edad6c0bad97219e734b854bf02b542?hp=0c521503a090838a0501a09135e44e1d089422cc Merge branch 'ks/test-readme-phrasofix' into maint Doc updates. * ks/test-readme-phrasofix: t/README: fix typo and grammatically improve a sentence --- diff --git a/t/README b/t/README index 2f95860369..4b079e4494 100644 --- a/t/README +++ b/t/README @@ -265,12 +265,12 @@ or: $ sh ./t9200-git-cvsexport-commit.sh --run='-3 21' -As noted above, the test set is built going though items left to -right, so this: +As noted above, the test set is built by going through the items +from left to right, so this: $ sh ./t9200-git-cvsexport-commit.sh --run='1-4 !3' -will run tests 1, 2, and 4. Items that comes later have higher +will run tests 1, 2, and 4. Items that come later have higher precedence. It means that this: $ sh ./t9200-git-cvsexport-commit.sh --run='!3 1-4'