Kaartic Sivaraam <kaarticsivaraam91196@xxxxxxxxx> writes: > Signed-off-by: Kaartic Sivaraam <kaarticsivaraam91196@xxxxxxxxx> > --- > t/README | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/t/README b/t/README > index 2f95860369751..4b079e4494d93 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' > > -- > https://github.com/git/git/pull/404 Both of these look to me obvious improvements. I'll queue them unless other people object. Thanks.