Commit 7885603a authored by Michael Niedermayer's avatar Michael Niedermayer

patches should not contain several unrelated changes

Originally committed as revision 4445 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 93a23627
...@@ -1156,6 +1156,10 @@ First, (@pxref{Coding Rules}) above if you didn't yet. ...@@ -1156,6 +1156,10 @@ First, (@pxref{Coding Rules}) above if you didn't yet.
When you submit your patch, try to send a unified diff (diff '-up' When you submit your patch, try to send a unified diff (diff '-up'
option). I cannot read other diffs :-) option). I cannot read other diffs :-)
Also please do not submit patches which contain several unrelated changes,
split them into individual self-contained patches, this makes reviewing
them much easier.
Run the regression tests before submitting a patch so that you can Run the regression tests before submitting a patch so that you can
verify that there are no big problems. verify that there are no big problems.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment