summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-30 20:36:13 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-30 20:36:13 +0000
commit0283b8134ff9a8ceade9ad914ad79b35a839dfda (patch)
tree92fbb8a37b7499543db6f151f9532e4e48a17632 /DOCS
parentfda123c3d535b073befa5ca0fe7ef384fd241f9d (diff)
downloadmpv-0283b8134ff9a8ceade9ad914ad79b35a839dfda.tar.bz2
mpv-0283b8134ff9a8ceade9ad914ad79b35a839dfda.tar.xz
10l
creating patches from root dir is already mentioned in item 2. roll back previous commit and make the text from item 2 a seperate item git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18362 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/patches.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/DOCS/tech/patches.txt b/DOCS/tech/patches.txt
index c2da643c29..3093984309 100644
--- a/DOCS/tech/patches.txt
+++ b/DOCS/tech/patches.txt
@@ -18,14 +18,11 @@ that your patch will be included.
2. Make unified diffs ('diff -Naur' or 'cvs diff -u'). Unified diffs can be
applied easily with 'patch'. This is much harder with other diff types.
- Create the diff from the root of the MPlayer source tree, this makes the
+
+ 3. Create the diff from the root of the MPlayer source tree, this makes the
diff easier to apply as it saves the step of changing to the correct
directory.
- 3. Patches shoud always be created from the project root directory.
- This simplifies applying a patch without first searching for the
- right directory.
-
4. Test the functionality of your patch. We'll *refuse* it if it breaks
something, even if it extends other features!