doc: git-howto: Clarify comment about pushing series of commits
authorDiego Biurrun <diego@biurrun.de>
Thu, 25 Oct 2012 16:25:25 +0000 (18:25 +0200)
committerDiego Biurrun <diego@biurrun.de>
Fri, 26 Oct 2012 16:28:38 +0000 (18:28 +0200)
doc/git-howto.texi

index 51141157c14e75d40ea3543f039212a78ed7e614..68e0061d743da16d54b9e57fe5e8e450497a6de1 100644 (file)
@@ -416,8 +416,8 @@ 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. So if you have a series of commits
+to push, run the test suite on every single commit.
 
 Finally, after pushing, mark all patches as committed on
 @url{http://patches.libav.org/,patchwork}.