diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-10-25 00:35:25 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-10-25 00:35:25 +0000 |
commit | 6a6810b1713809d83aa5b06c8ceddb72dec735b5 (patch) | |
tree | 0ed89527e3517141e741557d2111d0b2e754ef40 | |
parent | 48b1f80012102847fb961c8d3dfb846b5665681c (diff) | |
download | ffmpeg-6a6810b1713809d83aa5b06c8ceddb72dec735b5.tar.gz |
diff -up looks better then diff -u
Originally committed as revision 2431 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffmpeg-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 4c60035d8d..46336136a7 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -896,7 +896,7 @@ can be generated automatically. @section Submitting patches -When you submit your patch, try to send a unified diff (diff '-u' +When you submit your patch, try to send a unified diff (diff '-up' option). I cannot read other diffs :-) Run the regression tests before submitting a patch so that you can |