We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3430fff + 01e4be6 commit 0d7bdadCopy full SHA for 0d7bdad
t/README
@@ -265,12 +265,12 @@ or:
265
266
$ sh ./t9200-git-cvsexport-commit.sh --run='-3 21'
267
268
-As noted above, the test set is built going though items left to
269
-right, so this:
+As noted above, the test set is built by going through the items
+from left to right, so this:
270
271
$ sh ./t9200-git-cvsexport-commit.sh --run='1-4 !3'
272
273
-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
274
precedence. It means that this:
275
276
$ sh ./t9200-git-cvsexport-commit.sh --run='!3 1-4'
0 commit comments