diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-05-04 19:39:51 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-05-04 19:39:51 +0000 |
commit | e300ab4ed2373d3485bf8529699f00c9c9d9495f (patch) | |
tree | fe3415a64d592df54c37f472650ea31031f7552d /doc | |
parent | 3883a99b7dde937f5fafa0e07d2c5c05f357ee23 (diff) | |
download | ffmpeg-e300ab4ed2373d3485bf8529699f00c9c9d9495f.tar.gz |
Add a note about tabs + trailing whitespace to the patch submission checklist.
Originally committed as revision 8889 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-doc.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 22558e96c1..cd24255454 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -1692,6 +1692,8 @@ do not attach several unrelated patches to the same mail. @item Does the patch not mix functional and cosmetic changes? @item + Did you add tabs or trailing whitespace to the code? Both are forbidden. +@item Is the patch attached to the email you send? @item Is the mime type of the patch correct? It should be text/x-diff or |