summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2011-03-09 14:20:39 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-03-09 14:20:39 -0800
commit31f4da593b6d41e7c5f496542ffeca776c3fc223 (patch)
treede5abcc652700308bba62e6f19493ba8d0d4ec05 /t
parentMerge branch 'maint' (diff)
parentFix typo in t/README (diff)
downloadtgif-31f4da593b6d41e7c5f496542ffeca776c3fc223.tar.xz
Merge branch 'maint'
* maint: Fix typo in t/README ls-remote documentation: <refs> argument is optional Add Author and Documentation sections to git-for-each-ref.txt Documentation: remove redundant colons in git-for-each-ref.txt
Diffstat (limited to 't')
-rw-r--r--t/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/README b/t/README
index 25f7d2d2e3..78c9e6575c 100644
--- a/t/README
+++ b/t/README
@@ -328,7 +328,7 @@ Keep in mind:
Skipping tests
--------------
-If you need to skip tests you should do so be using the three-arg form
+If you need to skip tests you should do so by using the three-arg form
of the test_* functions (see the "Test harness library" section
below), e.g.: