summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-18 08:36:30 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-18 08:36:30 +0000
commit59a2664f7a9d740e7a45dc519d80ef85932370e8 (patch)
treef9a02aa0d8374548b9432729f91f0a243629e2fd /DOCS
parent966b005fe5e406c500b210e7c42e509748572227 (diff)
downloadmpv-59a2664f7a9d740e7a45dc519d80ef85932370e8.tar.bz2
mpv-59a2664f7a9d740e7a45dc519d80ef85932370e8.tar.xz
Explain how to use diff -uwbBE with svn directly
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24563 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/patches.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/tech/patches.txt b/DOCS/tech/patches.txt
index 0df3514d2c..692666d1a8 100644
--- a/DOCS/tech/patches.txt
+++ b/DOCS/tech/patches.txt
@@ -34,6 +34,8 @@ that your patch will be included.
use 'diff -uwbBE' to help you remove them. Don't forget to check the
patch to make sure diff didn't ignore some important change and remove
any remaining cosmetics!
+ To use these options directly with svn, use this command:
+ svn diff --diff-cmd diff -x -uwbBE
6. Comment parts that really need it (tricky side-effects etc).
Always document string operations! Comment on what you are doing