summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-03 16:21:04 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-03 16:21:04 +0000
commit26c5dea7ba6c31dd7a46fa2f70f12faf27ef0add (patch)
tree2fff831195cb77e23377eed398eb97255e95cec2 /DOCS
parent4d47fee6465492009439fa560b7a2e353ef136a0 (diff)
downloadmpv-26c5dea7ba6c31dd7a46fa2f70f12faf27ef0add.tar.bz2
mpv-26c5dea7ba6c31dd7a46fa2f70f12faf27ef0add.tar.xz
Explain the need for unified diffs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9817 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/patches.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/tech/patches.txt b/DOCS/tech/patches.txt
index f3db528415..f30fbcd514 100644
--- a/DOCS/tech/patches.txt
+++ b/DOCS/tech/patches.txt
@@ -10,7 +10,8 @@ outdated patches.
out CVS and daily CVS snapshots are available from our download page.
We do not accept patches for releases or outdated CVS versions.
-2. Make unified diffs ('diff -Naur' or 'cvs diff -u').
+2. Make unified diffs ('diff -Naur' or 'cvs diff -u'). Unified diffs can easily
+ be applied with 'patch'. This is much harder with other diff types.
3. Test the functionality of your patch. We'll *refuse* it if it breaks
something, even if it extends other features!