revert to 1775. 1790 causes SEGFAULT w/Cygwin.
[openocd.git] / PATCHES
blob5606e241ebf969a2798ad61c64d917548b0008ed
1 Please mail patches to:
3 openocd-development@lists.berlios.de
5 The patch should be against svn trunk using an SVN
6 diff. 
8 Attach the patch to the email as a .txt file and
9 also write a short change log entry that maintainers
10 can copy and paste into the commit message
12 Add yourself to the GPL copyright for non-trivial changes.
14 To create a patch from the command line:
16 svn diff >mypatch.txt
18 http://svnbook.red-bean.com/en/1.0/re09.html
20 NB! remember to use "svn add" on new files first!
22 http://svnbook.red-bean.com/en/1.0/re01.html
26 If you have a decent SVN GUI, then that should be
27 able to create and apply patches as well...