diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-10-18 14:19:10 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-18 14:19:10 +0900 |
commit | 8e81361a0edad6c0bad97219e734b854bf02b542 (patch) | |
tree | e61d457abd3b645c17b3d54810266ef9b034ba21 | |
parent | 0c521503a090838a0501a09135e44e1d089422cc (diff) | |
parent | 01e4be6c3d23741bbf7173624f35abb3f15bdf25 (diff) | |
download | git-8e81361a0edad6c0bad97219e734b854bf02b542.tar.gz git-8e81361a0edad6c0bad97219e734b854bf02b542.tar.xz |
Merge branch 'ks/test-readme-phrasofix' into maint
Doc updates.
* ks/test-readme-phrasofix:
t/README: fix typo and grammatically improve a sentence
-rw-r--r-- | t/README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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' |