summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-07-16 08:28:38 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-07-16 08:28:38 +0000
commit7885603a0bc06ff8db5ac72216fbd5da6c22c087 (patch)
tree75aaf321677c7788f66ade3af7fc3918d90f6524 /doc
parent93a23627520cd4e1263a6cb98c1b1d291bad9ece (diff)
patches should not contain several unrelated changes
Originally committed as revision 4445 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg-doc.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index 31e73ef6d5..f6d8ae0270 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -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'
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
verify that there are no big problems.