An earlier change changed this paragraph to make the first line quite short as to produce a more minimal diff. Let's re-flow it. There's no changes here if diffed with --word-diff. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> --- t/README | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/t/README b/t/README index 3139f4330a..c03b268813 100644 --- a/t/README +++ b/t/README @@ -216,11 +216,10 @@ Or tests matching a glob: $ GIT_SKIP_TESTS='t[0-4]??? t91?? t9200.8' make -The value of the environment variable is a -SP separated list of patterns that tells which tests to skip, -and either can match the "t[0-9]{4}" part to skip the whole -test, or t[0-9]{4} followed by ".$number" to say which -particular test to skip. +The value of the environment variable is a SP separated list of +patterns that tells which tests to skip, and either can match the +"t[0-9]{4}" part to skip the whole test, or t[0-9]{4} followed by +".$number" to say which particular test to skip. For an individual test suite --run could be used to specify that only some tests should be run or that some tests should be -- 2.20.0.rc1.379.g1dd7ef354c