aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-03-09 14:20:39 -0800
committerJunio C Hamano <gitster@pobox.com>2011-03-09 14:20:39 -0800
commit31f4da593b6d41e7c5f496542ffeca776c3fc223 (patch)
treede5abcc652700308bba62e6f19493ba8d0d4ec05 /t
parentf7c6c426ca193773c6a9879d33a3d6f7d835bc8d (diff)
parent681186ae3ab340dd684b1d9e09b457baeb2331f9 (diff)
downloadgit-31f4da593b6d41e7c5f496542ffeca776c3fc223.tar.gz
git-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 25f7d2d2e..78c9e6575 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.: