diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-03-09 14:20:39 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-03-09 14:20:39 -0800 |
commit | 31f4da593b6d41e7c5f496542ffeca776c3fc223 (patch) | |
tree | de5abcc652700308bba62e6f19493ba8d0d4ec05 /t | |
parent | f7c6c426ca193773c6a9879d33a3d6f7d835bc8d (diff) | |
parent | 681186ae3ab340dd684b1d9e09b457baeb2331f9 (diff) | |
download | git-31f4da593b6d41e7c5f496542ffeca776c3fc223.tar.gz |
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/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.: |