doc: git-howto: Clarify comment about pushing series of commits

This commit is contained in:
Diego Biurrun 2012-10-25 18:25:25 +02:00
parent 87cdd7c694
commit ca7f59119b
1 changed files with 2 additions and 2 deletions

View 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. 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 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 the result of a series of patches. So if you have a series of commits
commits, run the test suite on every single commit. to push, run the test suite on every single commit.
Finally, after pushing, mark all patches as committed on Finally, after pushing, mark all patches as committed on
@url{http://patches.libav.org/,patchwork}. @url{http://patches.libav.org/,patchwork}.