From 59a2664f7a9d740e7a45dc519d80ef85932370e8 Mon Sep 17 00:00:00 2001 From: reimar Date: Tue, 18 Sep 2007 08:36:30 +0000 Subject: Explain how to use diff -uwbBE with svn directly git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24563 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/patches.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DOCS/tech/patches.txt') 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 -- cgit v1.2.3