Commit 0b02e67f authored by michael's avatar michael

patches should not contain several unrelated changes


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4445 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7a14c728
...@@ -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