mirror of https://github.com/mpv-player/mpv
Explain the need for unified diffs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9817 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4d47fee646
commit
26c5dea7ba
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue