You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

PATCHES 661 B

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