diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-06-29 00:03:12 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-06-29 00:03:12 +0200 |
commit | d007f963c236bd114172fe6d39eca71b60fcdf20 (patch) | |
tree | ed223cd61c1e4d70cc9f5f988f9ac672abc2428c /doc/git-howto.texi | |
parent | 4453f6b8613b0803246c1a9160c8270ec9de1237 (diff) | |
download | ffmpeg-d007f963c236bd114172fe6d39eca71b60fcdf20.tar.gz |
git-howto: cleanup, remove unreasonable recommendition.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/git-howto.texi')
-rw-r--r-- | doc/git-howto.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/git-howto.texi b/doc/git-howto.texi index 12025a5eed..d01f21b6ad 100644 --- a/doc/git-howto.texi +++ b/doc/git-howto.texi @@ -390,8 +390,7 @@ a panacea. Do not hesitate to perform any other tests necessary to convince yourself that the changes you are about to push actually work as expected. Also note that every single commit should pass the test suite, not just -the result of a series of patches. So if you have a series of related -commits, run the test suite on every single commit. +the result of a series of patches. @chapter Server Issues |